View Single Post
Old 2010-07-17, 05:05   Link #1020
Blanchimont
Member
 
 
Join Date: Dec 2007
Location: The wonderful country of Finland^^
Since I had very old versions, I updated mkvtoolnix to v4.1.1.0, and also added the latest mkvextractgui-2.exe(v1.1.4) (seems the old one doesn't work with this version of mkvmerge).

..But now I have a problem

How exactly do I extract timecodes files with this version (of mkvextract)? Mkvextractgui2 doesn't seem to have any option for it?
Tried the cmd option with output, but it only records the 'progress' (Progress: 0% Progress: 0% Progress: etc...) but not the timecodes themselves in the .txt...
Code:
mkvextract timecodes_v2 source-filename > times.txt
I could use Aegisub for it, but would be good to know the right way for this too.

I know I'm missing something simple here but...

Edit; solved^^. Viewed the helpfile you get when attaching -? in cmd and it was obvious the above syntax was wrong... It should be;
Code:
mkvextract timecodes_v2 source-filename 1:times.txt

Last edited by Blanchimont; 2010-07-17 at 06:54. Reason: solved...
Blanchimont is offline   Reply With Quote