View Full Version : Framerate problem
hartford
5th December 2003, 03:55
I did a 2 part capture: First was using the WinFast "record"
button, which did the cap of the program at 29.971 FPS.
Circumstances caused me to stop the recording and do a "timed"
recording. This one was at 29.968 FPS.
I need help in order to join these two parts.
TIA.
stickboy
5th December 2003, 12:24
Method 1:
Use AviSynth to assign the same frame rate to both clips and to splice them together:clip1 = AVISource("firstFile.avi")
clip2 = AVISource("secondFile.avi")
clip1.AssumeFPS(29.97) ++ clip2.AssumeFPS(29.97)
Method 2:
Use AVI Frame Rate changer to assign the same frame rate to both clips, and use VirtualDub's Append AVI Segment command and its Direct Stream Copy mode to splice them together.
The first method requires you to recompress the video later, but the second method will require more disk space. If you're going to re-encode the video anyway, I think the first method is a little simpler.
hartford
29th January 2004, 03:31
Sorry for the late reply; I've had problems.
Thanks for this solution. It worked.:D
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.