I've converted 25 fps AVI's to DVD all the time without any problem by using TMPGEnc and dgpulldown and extracting the audio and leaving it as is, but how do I convert a 15 fps AVI to dvd quality (.m2v and .mp2) NTSC video? (I have a feeling I can't just use DGPulldown, or can I?)
+ Reply to Thread
Results 1 to 15 of 15
-
-
One way to get from 15fps to 25fps would be to repeat 10 of every 15 frames distributed 2 repeats to one nonrepeat.
112234455677889 and so onRecommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about -
Dgpulldown can't go from 15 to 29.97. At most it can increase the frame rate by a factor of 1.5.
You should just convert 15 fps straight to 29.97 fps in TMPGEnc (it will duplicate each frame except every 1000'th). Duplicate frames don't cost much in terms of bitrate. -
Originally Posted by fropones
-
If you use the new project wizard in TMPGEnc and select NTSC DVD, it will automatically set everything up properly.
Or just open your source file as you always would in TMPGEnc. Before encoding press the Setting button near the bottom of the window. The MPEG Setting dialog will pop up. Go to the Video tab if not already there. Set Frame Rate to 29.97 fps. Press OK to close the dialog. Encode. -
Yes. All your doing is doubling the number of frames and then flipping through them twice as fast. The running time is exactly the same.
-
I had to encode a 15 fps file a while ago and was given some hints;
as a result this Avisynth script worked for me:
Code:AVISource("03.avi") LanczosResize(720,368,0,0,482,272) AddBorders(0,56,0,56) ConvertToYV12() Changefps(30) Assumefps(30000,1001,true) resampleaudio(48000) FlipVertical()
FlipVertical was necessary because otherwise, for some reason perhaps peculiar to my file, it was upside down. -
Also, when I'm converting a 30 fps movie, do I have to do anything different than if it were 29.97? (Normally for 29.97 I just use TMPGenc Xpress, because it's got a built in bitrate calc and I'm lazy)?
-
Originally Posted by fropones
-
I've used TMPGenc to convert 15 fps (shudder!) Quick Time clips to DVD. The Star Trek fan film series Hidden Frontier releases almost everything they do in 15 fps QT format
TMPGenc converts it to 29.97 fps with no audio sync problems, but the action doesn't look completely natural. I just accept it for what it is. I think Hidden Frontier uses 15 fps because they have a serious misunderstanding about video and think this is "saving space". Even the original video doesn't have natural movement at that frame rate. Don't expect miracles given the source, but TMPGenc Xpress can certainly do this kind of conversion. I think I read that years ago it was decided to use 24 fps for film because lesser frame rates were unable to produce realistic motion, so don't expect your final result to look perfect.
-
give gui4ffmpeg a try
once i discovered this very fast tool i quit using tmpeg
Similar Threads
-
Changing AVI Properties (Resolution, FPS etc) NTSC>PAL
By skywalka in forum Video ConversionReplies: 4Last Post: 7th Mar 2011, 20:45 -
MP4 29.97 fps to AVI 25 Fps
By videopetur in forum Video ConversionReplies: 4Last Post: 20th Jan 2009, 06:37 -
25 FPS in a NTSC DVD (Point me in a direction)
By mahler007 in forum Newbie / General discussionsReplies: 1Last Post: 27th Aug 2008, 04:43 -
Divx to NTSC DVD: is Dgpulldown needed if Fps is 23.976?
By kalii2 in forum Video ConversionReplies: 4Last Post: 20th Jan 2008, 08:29 -
30 fps flv to 25 fps avi or vcd
By cd090580 in forum Video ConversionReplies: 5Last Post: 12th Nov 2007, 08:35