PDA

View Full Version : Video plays too fast


mccoy3
18th April 2003, 13:17
Hello,

I have a video file with 15fps that I want to burn to as svcd. I converted the file to 25fps in Vdub but the video runs way too fast. So I am looking for a way to slow down the entire video file without having to change the frames per second.


Bye!

scharfis_brain
18th April 2003, 13:47
There are serveral Ways to achieve this.

1st: Using avisynth with changefps(25) or convertfps(25)

changefps only duplicates/drops frames to change the framerate, while convertfps mixes the nearby frames together to achieve a better motion-feeling.

2nd: Use motionperfect to convert your 15fps clip to 25.
MP converts your video motion compensated, which means that the video will be smooth and not that jerky like the avisynth method.