Log in

View Full Version : HDV Capture video/audio go out of sync , wen encoding to x264/AAC


St Devious
17th February 2008, 20:10
Here's my avs script .

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter.dll")
DirectShowSource("D:\ENCODING\Snow Capture\snow 014.m2t",fps=29.9700898503294,audio=true)
Load_Stdcall_Plugin("C:\Program Files\megui\tools\yadif\yadif.dll")
Yadif(order=-1)
#crop
Lanczos4Resize(1280,800) # Lanczos4 (Sharp)
#denoise
Unfilter(60,60)

Atak_Snajpera
17th February 2008, 21:11
You should use DGindex for mpeg2 video

St Devious
18th February 2008, 01:16
You should use DGindex for mpeg2 video
thx , i saved a dgindex project . Now do i make avisynth script with the .d2v file as the input ?

And also there is a .mpa file , is that to be selected for audio encoding ?

Guest
18th February 2008, 01:18
Read the documents that come with DGMPGDec! The Quick Start guide should be very edifying for you.

Atak_Snajpera
18th February 2008, 01:21
Read the documents that come with DGMPGDec! The Quick Start guide should be very edifying for you.

or use Ripbot264 :)