mkvmerge + mplayer Sadness Fix
I have been having some issues with newer versions of mkvmerge creating files that make mplayer cry. I finally messed around with the options enough to discover what (I think) was the problem. Header compression reduces filesizes of attachments significantly, but there are some compatibility problems with the files that have this option enabled. Here’s what I finally ended up with: mkvmerge -o video.mkv –default-language eng \ –compression -1:none –default-duration 0:41.708ms \ –nalu-size-length 0:4 -A video.264 –compression -1:none \ audio.dts [...]

