View Single Post
Old 7th August 2010, 19:01   #6  |  Link
b66pak
Registered User
 
b66pak's Avatar
 
Join Date: Aug 2008
Location: The Land Of Dracula (Romania - EU)
Posts: 934
Quote:
Originally Posted by canTsTop View Post
there is special tool for this purpose, mkWDclean http://www.matroska.org/downloads/mkclean.html
a .bat like this will remove header compression for audio and video (tested with a file generated with mkvmerge v4.2.0 default settings for compression):

Code:
for %%a in ("*.mkv") do mkWDclean --optimize %%a
_
__________________
if you ask a question and somebody give you the correct answer don't forget to leave a "thank you" note...
Visit The Land Of Dracula (Romania - EU)!
b66pak is offline   Reply With Quote