i captured some TV using my TV tuner default program with the MJPG codec, everything is fine except that the frame rate is 29.967 instead of 29.970. and alot of problem starts from there.
Using TMPGenc i was able to encode the original 29.967 into SVCD, but it is extremely slow, so i decided to switch to DVD2SVCD with CCE.
well it didn't go too well as the final product didn't have any sound, they was unable to make any sound track with the abnormal frame rate.
So i was being a smart a$$, i went to virtual dub and under frame rate, i changed it to 29.970. The AVI that virtual dub produce was exelent, I didn't notice any sound sync at all, and DVD2SVCD took it in without any problem, but for some strange reason, the audio track that they extracted is way short, only around 10 min, and the movie is completely silence after 10 min. Now i'm stuck, any ideas to help a newb out?
+ Reply to Thread
Results 1 to 2 of 2
-
-
Well, assuming that your capture is an AVI with the video and audio in one file, I would use AviSynth. If you've never used AviSynth, simply download and install it, then open Notepad and type this:
Code:AVISource("the_name_of_your_file.avi") AssumeFPS(23.976,true)
Now, open VirtualDub and load the text file you saved (not your video). You can drag and drop it if you like. You'll now see your video at 23.976 fps with the audio kept in sync. Just make sure "Direct Stream Copy" is selected under both Audio and Video in VDub, and select "Save as AVI" from the File menu.
That's it!
Of course, you can do a million more things with your AVISynth script, but that ought to serve your immediate purpose.
-abs
Similar Threads
-
Audio sync issue, Virtualdub, old video clips changing frame rate
By litmus in forum Video ConversionReplies: 1Last Post: 19th Sep 2011, 11:35 -
FLV Frame-rate issue
By djsquared in forum ffmpegX general discussionReplies: 2Last Post: 9th Jun 2008, 16:15 -
Weird frame rate issue. Anybody ran into this before?
By dimtim in forum Video ConversionReplies: 4Last Post: 19th May 2008, 07:21 -
Bit Rate And Frame Rate
By bharathi_n_r in forum Video ConversionReplies: 2Last Post: 30th Nov 2007, 05:48 -
Frame rate conversion by changing frame count
By asmaa in forum Video ConversionReplies: 2Last Post: 1st Aug 2007, 10:15