PDA

View Full Version : transcode


jrmann1999
4th April 2003, 03:05
Anyone know how I'd take a 59.94fps clip and bring it down to 29.97fps in linux w/ transcode? I'm trying to create a SVCD.

TactX
7th April 2003, 15:27
What does that clip look like? Is it 59.94 fields/sec or is it 59.94 interlaced frames/sec where 2 following frames are exactly the same?

In the second case I think you can use the '--frame_interval' switch to '2', to get the result.

jrmann1999
7th April 2003, 16:11
It's a progressive stream, I've used avisynth to do a

SelectOdd()

and it brings it down to 29.97 perfectly.