View Single Post
Old 5th March 2012, 08:47   #9  |  Link
the_weirdo
Yes, I'm weird.
 
the_weirdo's Avatar
 
Join Date: May 2010
Location: Southeast Asia
Posts: 271
Quote:
Originally Posted by lintran View Post
Original video track doesnt have any timecodes track only have sound track and subtitle track (srt)
Yes, it has. But timecodes is not a track. You can extract timecodes of a track via mkvextract, for example:
Code:
mkvextract timecodes_v2 original.mkv 0:timecodes.txt
will extract timecodes from track ID 0 of original.mkv and save to timecodes.txt
If you're not familiar with CLI, you can try MKVcleaver. Just open MKV file in MKVcleaver, check video track in left panel, check Timecodes in right panel and click Extract Tracks (you may want to select Settings -> Timecodes -> Timecodes Only so that it doesn't extract video track).
In mkvmerge GUI, after add video track, you can select it and specify timecodes file for it in General track options. However, if you don't care about keeping VFR, you should do as sneaker_ger said.
the_weirdo is offline   Reply With Quote