I've got an very odd XVID file which is 12FPS but which I would like to convert to standard PAL (or NTSC, i don't mind). Which tools should I use and how shoud I use them????
+ Reply to Thread
Results 1 to 4 of 4
-
-
You can use AVISynth.
The ChangeFPS command would duplicate frames to meet the new framerate. I would change it to 24, and then use the AssumeFPS to speed it up one frame per second. That way it would essentially double each frame for a smoother increase. The last frame per second would be handled by the AssumeFPS command.
www.avisynth.org
The script would look like this:
AVISource("c:\folder\movie.avi")
ChangeFPS(24)
AssumeFPS(25)
I've never tried it, so I'm not sure the motion would look smooth, but simular methods are used to produce progressive video for HDTV, so in theory it should work. Let us know how it goes.Impossible to see the future is. The Dark Side clouds everything... -
You can also use VDub, doin off the top of my head.
Open avi in vdub.
Direct stream copy both video & audio.
The look for a setting to framerate to 25.000 fps.
Sorry its vague, have not got vdub on this system. -
Not a good option. That would double the speed of the clip, where mine only modifies it by 1 frame per second (4%)
Impossible to see the future is. The Dark Side clouds everything...
Similar Threads
-
PAL to NTSC, NTSC to PAL framerate conversion?
By Baldrick in forum Video ConversionReplies: 44Last Post: 5th Dec 2009, 23:31 -
Framerate Conversion
By rackball in forum Video ConversionReplies: 10Last Post: 11th Aug 2008, 04:04 -
NTSC to PAL, PAL to NTSC framerate conversion?
By Baldrick in forum Video ConversionReplies: 23Last Post: 23rd Apr 2008, 11:19 -
Changing the framerate during conversion
By 2nickelstripper in forum Video ConversionReplies: 2Last Post: 7th Dec 2007, 07:46 -
Audio framerate conversion?
By pYShTr in forum AudioReplies: 2Last Post: 28th Jun 2007, 11:05