adom
21st March 2011, 10:12
Hello,
I'm new to avisynth - just playing with basic scripts like one below:
DirectShowSource("e:\_video.ts")
assumeTFF()
separateFields()
selectOdd()
crop(8,4,-0,-4)
Spline64Resize(800,448)
my source is from hd pvr (hauppauge) recorded as *.ts
and when I open this in vDub and encode with xvid then audio is not in sync with video.
This is vissible on my pmp (portable media player) - ~1 sec delay.
On my computer everything seems to be fine (but I suspect there is something wrong as well)
Thanks for any advice.
I'm new to avisynth - just playing with basic scripts like one below:
DirectShowSource("e:\_video.ts")
assumeTFF()
separateFields()
selectOdd()
crop(8,4,-0,-4)
Spline64Resize(800,448)
my source is from hd pvr (hauppauge) recorded as *.ts
and when I open this in vDub and encode with xvid then audio is not in sync with video.
This is vissible on my pmp (portable media player) - ~1 sec delay.
On my computer everything seems to be fine (but I suspect there is something wrong as well)
Thanks for any advice.