View Single Post
Old 8th August 2011, 18:54   #8  |  Link
ben13
Registered User
 
ben13's Avatar
 
Join Date: Sep 2010
Location: IN
Posts: 37
Quote:
DGDecode_mpeg2source("test.d2v")
assumeTFF()

#TRIM
#------------------------------------------------------
trim(2487,6611)++trim(8639,26687)++trim(32933,48150)


#PASS 1
#-------------------------------------------
tfm(mode=1, output="matches.txt")
tdecimate(mode=4, output="metrics.txt")

#PASS 2
#-------------------------------------------
tfm(mode=1, input="matches.txt")
tdecimate(mode=5, hybrid=2, vfrDec=1, input="metrics.txt", tfmIn="matches.txt", mkvOut="mkv-timecodesfile.txt")

#resize & denoising
#-------------------
Spline64Resize(1280,720)

#Filtering
------------------------
Filters...
This new code does the job!

Thank you everyone!
ben13 is offline   Reply With Quote