ect5150
24th August 2011, 04:59
Hey guys... I have a problem that has come up and just want some expert eyes. I have what I consider a standard script:
video = DirectShowSource(".\graph.grf", audio=false).AssumeFPS(24000,1001)
audio = DirectShowSource(".\TDK.ac3")
AudioDub(video,audio)
trim(110000,110999)
I've used things like this in the past, but the audio and video are WAY out of sync. Oddly enough, if I do NOT trim the video or audio and encode the entire movie - there is no sync issue as it is a straight rip from a disc to the harddrive when the two streams are muxxed.
Through my own testing, apparently the video isn't seeking properly, and the frame number 110,000 isn't actually displaying frame number 110,000 - but apparently the sound is spot on.
Here is the clip imported into VitrualDubMod (click to enlarge):
http://i119.photobucket.com/albums/o150/ect5150/misc/th_453c217f.jpg (http://i119.photobucket.com/albums/o150/ect5150/misc/453c217f.jpg)
Please note the frame number that VirtualDubMod displays is not the frame number that the ffdshow OSD displays.
Also, here is my graph from graph edit if it matters:
http://i119.photobucket.com/albums/o150/ect5150/misc/th_b8dd9b71.jpg (http://i119.photobucket.com/albums/o150/ect5150/misc/b8dd9b71.jpg)
Any suggestions? What am I doing wrong - or let me know if I need give more info? I've reinstalled most of the software and still get the same problem.
video = DirectShowSource(".\graph.grf", audio=false).AssumeFPS(24000,1001)
audio = DirectShowSource(".\TDK.ac3")
AudioDub(video,audio)
trim(110000,110999)
I've used things like this in the past, but the audio and video are WAY out of sync. Oddly enough, if I do NOT trim the video or audio and encode the entire movie - there is no sync issue as it is a straight rip from a disc to the harddrive when the two streams are muxxed.
Through my own testing, apparently the video isn't seeking properly, and the frame number 110,000 isn't actually displaying frame number 110,000 - but apparently the sound is spot on.
Here is the clip imported into VitrualDubMod (click to enlarge):
http://i119.photobucket.com/albums/o150/ect5150/misc/th_453c217f.jpg (http://i119.photobucket.com/albums/o150/ect5150/misc/453c217f.jpg)
Please note the frame number that VirtualDubMod displays is not the frame number that the ffdshow OSD displays.
Also, here is my graph from graph edit if it matters:
http://i119.photobucket.com/albums/o150/ect5150/misc/th_b8dd9b71.jpg (http://i119.photobucket.com/albums/o150/ect5150/misc/b8dd9b71.jpg)
Any suggestions? What am I doing wrong - or let me know if I need give more info? I've reinstalled most of the software and still get the same problem.