DarkT
28th February 2007, 14:44
Hi,
I have this anime video which, after I do Tdecimate, loses fluidity.
I tried different modes, I tried adding hybrid, well, let' say that I've tried ~12 different encoding ways :).
The only thing which helps solve the fluidity problem, is doing it with the 2-pass-for-vfr method, BUT that creates an audio problem... The audio becomes auto of sync.
Here is the IVTC related part of the scrypt:
1st pass:
assumetff()
interp = separatefields().SelectEven().eedi2(field=-1,pp=3)
deint = tdeint(mode=0,Order=1,type=1,AP=55,edeint=interp,slow=2)
tfm(d2v=d2vpath,clip2=deint,output="ep1-tfm.txt")
tdecimate(mode=4,denoise=true,output="ep1-tdec.txt")
2nd pass:
interp = separatefields().SelectEven().eedi2(field=-1,pp=3)
deint = tdeint(mode=0,Order=1,type=1,AP=55,edeint=interp,slow=2)
tfm(input="ep1-tfm.txt",d2v=d2vpath,clip2=deint)
tdecimate(mode=5,hybrid=2,denoise=true,input="ep1-tdec.txt",tfmIn="ep1-tfm.txt",mkvOut="ep1-timecodes.txt")
I just noticed that 2nd pass has no assumetff() line, and I'll add it and re-encode, though - I doubt that that's the root of it all...
Please advise.
I have this anime video which, after I do Tdecimate, loses fluidity.
I tried different modes, I tried adding hybrid, well, let' say that I've tried ~12 different encoding ways :).
The only thing which helps solve the fluidity problem, is doing it with the 2-pass-for-vfr method, BUT that creates an audio problem... The audio becomes auto of sync.
Here is the IVTC related part of the scrypt:
1st pass:
assumetff()
interp = separatefields().SelectEven().eedi2(field=-1,pp=3)
deint = tdeint(mode=0,Order=1,type=1,AP=55,edeint=interp,slow=2)
tfm(d2v=d2vpath,clip2=deint,output="ep1-tfm.txt")
tdecimate(mode=4,denoise=true,output="ep1-tdec.txt")
2nd pass:
interp = separatefields().SelectEven().eedi2(field=-1,pp=3)
deint = tdeint(mode=0,Order=1,type=1,AP=55,edeint=interp,slow=2)
tfm(input="ep1-tfm.txt",d2v=d2vpath,clip2=deint)
tdecimate(mode=5,hybrid=2,denoise=true,input="ep1-tdec.txt",tfmIn="ep1-tfm.txt",mkvOut="ep1-timecodes.txt")
I just noticed that 2nd pass has no assumetff() line, and I'll add it and re-encode, though - I doubt that that's the root of it all...
Please advise.