Tabriz
20th February 2003, 20:28
I hope one of you gentlemen can offer an explanation for the following:
I loaded a large vob file into mpegdecoder using Avisynth 2.5.
The audio was extracted using Besweet with the "vob" plugin.
Frame count was confirmed and inserted.
The file plays in virtual dub but if I move the track bar to a new position the audio is out of sync. This has never happened before using earlier versions of Avisynth and virtual dub.
The file encodes correctly with audio and video in sync.
Incidently I then added a second file for encoding with CCE (2.66.01). The encode was correct up to 65% and then CCE locked. I tried again and CCE locked at the same point.
The script follows: -
Loadplugin("g:\dvd\avisynth 2.5\plugins\mpegdecoder.dll")
video1=mpegsource("h:\movie\disc 1\part1_1.vob",72125)
video2=mpegsource("h:\movie\disc 2\part2_1.vob",76712)
video=video1++video2
audio1=wavsource("h:\movie\disc 1\part1_1.wav")
audio2=wavsource("h:\movie\disc 2\part2_1.wav")
audio=(audio1)+(audio2)
audiodub(video,audio)
bicubicresize(480,576)
converttoyuy2
Any suggetion relating to the above much appreciated.
regards
Tabriz
I loaded a large vob file into mpegdecoder using Avisynth 2.5.
The audio was extracted using Besweet with the "vob" plugin.
Frame count was confirmed and inserted.
The file plays in virtual dub but if I move the track bar to a new position the audio is out of sync. This has never happened before using earlier versions of Avisynth and virtual dub.
The file encodes correctly with audio and video in sync.
Incidently I then added a second file for encoding with CCE (2.66.01). The encode was correct up to 65% and then CCE locked. I tried again and CCE locked at the same point.
The script follows: -
Loadplugin("g:\dvd\avisynth 2.5\plugins\mpegdecoder.dll")
video1=mpegsource("h:\movie\disc 1\part1_1.vob",72125)
video2=mpegsource("h:\movie\disc 2\part2_1.vob",76712)
video=video1++video2
audio1=wavsource("h:\movie\disc 1\part1_1.wav")
audio2=wavsource("h:\movie\disc 2\part2_1.wav")
audio=(audio1)+(audio2)
audiodub(video,audio)
bicubicresize(480,576)
converttoyuy2
Any suggetion relating to the above much appreciated.
regards
Tabriz