Log in

View Full Version : How to encode Galactic Heroes to MKV using VFR?


egrimisu
17th August 2012, 07:17
Hi guys,
Just got my Galactic Heroes BD BOX1 and playing with the source i figured out that the source is mixed mode telecine(3:2) and 29.970 progresive, how to encode it to mkv using variable framerate? try it with animeivtc but it didn't do a good job. Thanks

egrimisu
17th August 2012, 09:51
Is this what i need?

First pass:

mpeg2source("c:\oursource.d2v")
tfm(d2v="c:\oursource.d2v", output="matches.txt")
tdecimate(mode=4, output="metrics.txt")

Second pass:
mpeg2source("c:\oursource.d2v")
tfm(d2v="c:\oursource.d2v", input="matches.txt")
tdecimate(mode=5, hybrid=2, vfrDec=1, input="metrics.txt", tfmIn="matches.txt", mkvOut="mkv-timecodesfile.txt")