
- Time
- Post link
I usually do in AviSynth this way :
LoadPlugin("path_to_mpeg2dec")
AudioDub(mpeg2source("path_to_d2v_file"), WavSource("path_to_wav_file").ResampleAudio(48000))
Lanczos4Resize(720, 576)
return ConvertFPS(25.000)
this way it way have the correct fps and the sound will be untouched, but perfectly synchronized.