Well, i would like just to edit language codes of the audio streams, as they all seem to be marked as ENG but they are different languages, also, i would like to set which audio stream is the default one to play when MKV is set to play.
Is it possible to make that without remuxing the whole video? I'm talking about large MKV files of 20 Gb and more.
What software could i use for that?
+ Reply to Thread
Results 1 to 11 of 11
-
-
mkvpropedit
http://www.bunkus.org/videotools/mkvtoolnix/doc/mkvpropedit.html
"mkvpropedit -- Modify properties of existing Matroska(tm) files without a complete remux"
You can try jmkvpropedit, a GUI for mkvpropedit
http://forum.doom9.org/showthread.php?p=1550026 -
Last edited by spycam; 26th Jan 2012 at 09:41.
-
Just remux it with MKV Toolkit....
remuxing take only a couple of seconds anyway -
1. Run mplayer with -forceidx:
mplayer -forceidx myfile.mkv
-forceidx
Force index rebuilding. Useful for files with broken index (A/V
desync, etc). This will enable seeking in files where seeking
was not possible. You can fix the index permanently with MEn-
coder (see the documentation)
2. re-create the container with FFmpeg with something like:
ffmpeg -i myfile.mkv -acodec copy -vcodec copy my_newfile.mkv -
The things you offer do full remuxing of the MKVs with the need of creating new files.
What i was asking about was to fix MKV files without remuxing to new files -
If you complain that h AVIMux-GUI did a botched job remuxing MKVs the ONLY FIX is the remux them with MKVToolkit......
Something about indexes or cues not properly created....
Sometimes even problematic MKVs made with old unstable versions of MKVtoolkit can be fixed by a remux....
What i was asking about was to fix MKV files without remuxing to new files
Aside form MKVProp edit which is part of MKVToolkit.... I don't see anythinng else
Unless you want to program one for your needs.
Also try another media player like KMPlayer or Potplayer who do a better job playing MKVs than VLC
If you are so lazy not to do the quick fixes given above... then learn to just live with your quirky MKVs....
Just play them and don't seek them while playing....Last edited by teodz1984; 27th Jan 2012 at 19:47.
-
The latest versions of MKVToolNix (8.x) contain a new mkvtoolnix-gui application which includes a full header editing interface
Similar Threads
-
Remuxing Results in MKV Audio-Video Sync Problem
By gonwk in forum Newbie / General discussionsReplies: 5Last Post: 26th Apr 2012, 20:51 -
How Could I change the default audio stream in a Dual or Multi Audio AVI fi
By worldperseus in forum AudioReplies: 3Last Post: 17th Jan 2011, 05:53 -
Change default audio in .VOB or .MPG files
By dsmith1984uk in forum AudioReplies: 1Last Post: 4th May 2010, 04:10 -
Change default tracks in mkv (batch)
By Gabbsmo in forum Newbie / General discussionsReplies: 0Last Post: 24th Apr 2010, 08:58 -
(MKV) Audio/Video synching problems after remuxing the same files I demuxed
By Sigma X Virus in forum Newbie / General discussionsReplies: 3Last Post: 9th Feb 2009, 16:27