Testament
27th March 2010, 11:20
Hi, its my biggest problem with AviSynth is sync.
I captured .ts with dvbviewer and i want to convert it to xvid avi.
For it I use MeGUI and AviSynth.
I create such script:
LoadCplugin("yadif.dll")
DirectShowSource("istikimybes testas 1x04.ts")
Yadif(order=-1)
LanczosResize(720, 576)
Crop(20, 8, -8, -10)
LanczosResize(640, 480)
Trim(34568, 91946) ++ Trim(102628, 113030)
BUT, if in .ts are an error, when then when i convert it, audio is out of sync.
MeGUI converts each sepertly, then i need to add audio on video with VDM (VirtualDubMod)
Question. How could i fix this problem?
I captured .ts with dvbviewer and i want to convert it to xvid avi.
For it I use MeGUI and AviSynth.
I create such script:
LoadCplugin("yadif.dll")
DirectShowSource("istikimybes testas 1x04.ts")
Yadif(order=-1)
LanczosResize(720, 576)
Crop(20, 8, -8, -10)
LanczosResize(640, 480)
Trim(34568, 91946) ++ Trim(102628, 113030)
BUT, if in .ts are an error, when then when i convert it, audio is out of sync.
MeGUI converts each sepertly, then i need to add audio on video with VDM (VirtualDubMod)
Question. How could i fix this problem?