Log in

View Full Version : 25fps to 15 fps


audyovydeo
26th March 2008, 10:49
Hello

I'm at my first attempt to make a video for 3gp, and find that it requires 15fps. Since I've always worked in 25fps upto now, I just don't know how to downgrade a video frame rate.
Avisynth documentation didn't say much in this respect. Anyone here got any hints ?

thanks
audyovydeo

2Bdecided
26th March 2008, 11:00
Avisynth documentation didn't say much in this respect.

You didn't look very far! ;)

http://avisynth.org/mediawiki/ConvertFPS#ChangeFPS
http://avisynth.org/mediawiki/ConvertFPS#ConvertFPS


If the source really is 25p (rather than 50i) a simple conversion might look a but choppy. If so, you need a more complex solution, e.g.

http://forum.doom9.org/showthread.php?p=987212#post987212
http://forum.doom9.org/showthread.php?p=899498#post899498
and other suggestions in that thread.

Cheers,
David.

audyovydeo
26th March 2008, 11:38
You didn't look very far! ;)

Indeed !!

ChangeFPS does the trick. ConvertFPS stumbles ("New frame rate too small"). And I prefer dropping frames to using the Switch mode.

thanks
audyovydeo