View Single Post
Old 5th August 2011, 20:06   #6  |  Link
ben13
Registered User
 
ben13's Avatar
 
Join Date: Sep 2010
Location: IN
Posts: 37
Quote:
Originally Posted by cretindesalpes View Post
You have also a typo:
Code:
trim(2487,6611)
...
<startFrame>2287</startFrame>
<endFrame>6611</endFrame>
Sorry about that typo!
It was when I was experimenting on it, original one was 2487(correct one, but no use)

Quote:
Originally Posted by cretindesalpes View Post
Trim before TDecimate, otherwise the generated timecodes won't match the final video stream, and all will go out of sync.
You mean this ?

Quote:

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

#PASS 2
#-------------------------------------------
tfm(d2v="test.d2v", input="matches.txt")
tdecimate(mode=5, hybrid=2, vfrDec=1, input="metrics.txt", tfmIn="matches.txt", mkvOut="mkv-timecodesfile.txt")
TFM dies an error saying
"test.d2v frame count does match the filter frame count"
ben13 is offline   Reply With Quote