Howdy
Our family is in the process of getting all the old Super 8 movies converted to AVI so we can then burn them to DVD.
We have got a sample file from the camera shop and it is a frame to frame sample. Apparently we have to pad the file out from 18 frames p/s up to 25 frames p/s.
Can someone tell me what tool I need to use to do this frame padding.
Thanks
+ Reply to Thread
Results 1 to 9 of 9
-
-
Apparently we have to pad the file out from 18 frames p/s up to 25 frames p/s.
Not strictly true. You can encode for 18fps (or just about any framerate, actually) and afterwards apply DGPulldown with the Custom box ticked, and 18->25fps filled in. That will tell the player to play at 18fps but output at 25fps and it'll play more smoothly than just adding duplicate frames to get it to 25fps. The length and playback speed remains unchanged and you can use the original unstretched audio (if DVD compliant PCM, AC3, or MP2).
This is best done using AviSynth and without the use of any DVD template in your encoder. If you're not careful, your encoder will start adding duplicate frames. -
Good suggestion, manono. Yeah, see if Dgpulldown works on your .M2V file.
-
Ive obviously done something wrong here.
Ive Used DGPulldown and opened the video file in it for the source file and it automatically set and output file destination.
Ive then selected custom and 18fps-25fps and hit run. It comes up with an error stating " The Input file must be and elementary stream, not a program stream.
Can someone put me on the right path please.
Thanks -
The Input file must be and elementary stream, not a program stream.
It wants an MPV or M2V, and not a VOB or MPG. It wants video alone, and not already muxed with the audio. You can open your VOB or MPG in DGIndex, go File->Save Project and Demux Video, and feed the resulting M2V into DGPulldown. The audio will be demuxed at the same time. Then, if you did the encoding right (a big if), you can author the pulldowned video and the audio for DVD afterwards. -
I dont have any audio in the avi file.
I tried using the dmgpgdec program and it didnt respond.
This is what the web site says it is used for:
What is DGMPGDec?
DGMPGDec is an MPEG decoder suite. It is used to decode MPEG1 or MPEG2 streams from such sources as DVD VOBs, captured transport streams, *.mpg/*.m2v/*.pva files, etc. Perhaps its most common use is in decoding VOBs from DVDs.
I dont have vob files. I have an avi file about 450mbs in size
Similar Threads
-
1080i 29.97 frames/sec to DVD compliant SD using Avisynth and HC encoder
By johnnyquid in forum Video ConversionReplies: 2Last Post: 25th Jul 2011, 15:24 -
Recording 1080i 60 fields/sec vs 1080p 30 frames/sec
By johnnyquid in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 4Last Post: 4th Apr 2011, 06:38 -
stills to video speeding up frames/sec or stop motion
By slnorth in forum Newbie / General discussionsReplies: 3Last Post: 10th Oct 2010, 22:06 -
Burn't DVDs skip 1 to about 5 frames every 30 sec. or so, please help.
By Fluffin in forum Authoring (DVD)Replies: 5Last Post: 21st Apr 2008, 10:46 -
AVICodec reports wrong frames per sec
By igorek in forum Newbie / General discussionsReplies: 1Last Post: 6th Sep 2007, 19:27