Im trying to change the default tracks and forced flag from german to english in alot of my ripped videos.
Thing is though, they are each 1080p quality videos and it takes time to write them to disk as a copy which mkvtoolnix (mkvmerge) does by default.
Is there any way to just get it to save to the original file? Without making a new copy of the file?
+ Reply to Thread
Results 1 to 7 of 7
-
-
Nope. Try save to another hdd drive if possible for faster copying.
-
I believe that mkvpropedit, part of the mkvtoolnix package, will do what you want.
-
I have missed it. Some command line examples at the bottom: http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvpropedit.html
-
thanks,
mkvpropedit movie.mkv --edit track:a1 --set flag-default=0 --set flag-forced=0 --edit track:a2 --set flag-default=1 --set flag-forced=1
However id also like to set audio track 1 to track 2 and bring track 2 up to track 1.
In simpler terms, switch the order of the audio tracks.
Can be this done? -
Not without making another copy of the file. Changing the track order requires changing the actual structure of the file, while changing which track is the default only requires editing some data in the file.
-
i was afraid of that..
Doesnt matter though, i just realised that mkvtoolnix (mkvmerge GUI) can append jobs to a queue list. Ill just go through setting the flags on each video indiviually and have em all queued up to process before i go to sleep.
Thanks for your help fellas
Similar Threads
-
How can I batch process AVI files and overwrite the originals? Please help!
By DrivesALot in forum Video ConversionReplies: 5Last Post: 21st Oct 2011, 20:59 -
problem with mkvtoolnix extracting an ssa file, is there another option?
By tetsuwan in forum SubtitleReplies: 0Last Post: 12th Jan 2011, 19:06 -
'rewrite' doesn't mean 'overwrite deleted stuff'?
By vimipa in forum Newbie / General discussionsReplies: 11Last Post: 12th Jun 2010, 12:59 -
Magnavox MWR10D6 timer overwrite?
By davidrome in forum DVD & Blu-ray RecordersReplies: 0Last Post: 26th Sep 2009, 20:54 -
MkvToolNix Help....
By theninger in forum Video ConversionReplies: 9Last Post: 25th Aug 2008, 08:47