View Single Post
Old 6th December 2017, 15:37   #15  |  Link
kuchikirukia
Registered User
 
Join Date: Oct 2014
Posts: 476
The live action just looks telecined to me. The CGI is borked. If you're not going to go through and filter it separately, just leave it as it is. It's not worth ruining everything else just to fix it. You can do 2-pass to make a VFR file so you don't decimate those.

Run an analysis pass with:
tfm(d2v="D:\video.d2v",output="tfm.txt").tdecimate(mode=4,output="tdecimate.txt")

Then encode with:
tfm(d2v="D:\video.d2v",input="tfm.txt").tdecimate(mode=5,hybrid=2,vfrDec=1,input="tdecimate.txt",tfmIn="tfm.txt",mkvOut="mkv-timecodesfile.txt")

And mux with the time code file.

Last edited by kuchikirukia; 6th December 2017 at 15:41.
kuchikirukia is offline   Reply With Quote