Hi,
I've donwload a flv from dailymotion but this file is in 30 fps![]()
The resolution is 320*240 and I'd like to convert it to avi or to vcd to watch it on tv.
The problem is how to convert it to keep smooth motion and avoid synch problems ?
This video is a making of a french music video so the original video was shoot for PAL format.
What settings (avisynth, virtualdub,...) should I use ?
Thanks.
+ Reply to Thread
Results 1 to 6 of 6
-
-
To keep fair motion (avoid dropping frames) you can resize video vertically (e.g. to 352x576) and interlace in AviSynth:
ChangeFPS(50)
Lanczos4Resize(352x576)
AssumeTFF().SeparateFields()
SelectEvery(4,0,3).Weave()
or use MVFlowFPS function of MVTools plugin instead of ChangeFPS
P.S. Just noticed about its PAL origin, then it would be different, most likely there are repeated frames and something like Decimate(6) of Decomb plugin could help but first it's better to explore the video frame by frame in VDub -
I soluced the problem. It was a big in Tmpg Xpress 4 which detect video as 30 fps. I used FLVExtract + FFDShow and now's it's 25 fps.
Similar Threads
-
Is the FPS of a MiniDV camera higher than the FPS of DVD video?
By granturissimus in forum Newbie / General discussionsReplies: 8Last Post: 9th Jan 2011, 05:40 -
mixing 1280 x 720 29,97 fps and 1440 x 1080 25 fps in final cut
By perik in forum EditingReplies: 6Last Post: 17th Nov 2010, 22:42 -
how to change fps in mp4 without reencode (maybe ps3 cannot handle 24 fps)?
By redout66 in forum Newbie / General discussionsReplies: 1Last Post: 14th Sep 2010, 04:53 -
MP4 29.97 fps to AVI 25 Fps
By videopetur in forum Video ConversionReplies: 4Last Post: 20th Jan 2009, 06:37 -
How to convert a video of 120 Fps to... well 23.9fps or 25 fps or 30 fps
By Chuba753 in forum Newbie / General discussionsReplies: 7Last Post: 6th Jun 2008, 19:17