I can do with just the episodes and english track.
So I rip the dvds and make my d2v files (using DGindex)
make my avs script
Code: Select all
Mpeg2source("F:\FMP\episode 1.d2v", cpu=4, ipp=true, idct=5)
Tcomb(mode=2,fthreshl=12, othreshl=19)
TFM(order=-1,mode=5,PP=7,field=-1,slow=2)
TIsophote()
Deen("a3d",1,2,5)
vmtoon(thinning=100, strength=75, ssw=2, ssh=2, xstren=75)
crop(8,0,-8,0)
lanczosresize(720,480)
tweak(sat=1.2)
TFM preserves the 29.97 framerate...and I haven't done anything to the audio except transcode it to Wave-MP3 using BeSweet(for vdub...since it doesn't like avi+vbr mp3's) but whenever I try to encode my video (and add an audio stream) the audio isn't synced
I've also tried encoding with no filters and wave-mp3 audio (also with muxing the original ac3 audio and the video) but nothing works.
when I transcode, the audio comes out at 23:39 for Wave-mp3, 23:36 for mp3 (vbr) and the ac3 file gives me a length of 23:36...but my video is 23:06 (confirmed the framerate of 29.97 with vdubmod and bsplayer)
I'm transcoding the d2v file to avi atm to check the length when I don't use TFM (I'll post the results if the length differs)
any suggestions for how I would go about fixing this problem?
do I need to find a muxing program/do something else with the audio?
or am I just out of luck?