Skip to content

Instantly share code, notes, and snippets.

@jasom
Created December 1, 2011 01:59
Show Gist options
  • Save jasom/1412752 to your computer and use it in GitHub Desktop.
Save jasom/1412752 to your computer and use it in GitHub Desktop.
$ mkvmerge -i output.avi
File 'output.avi': container: AVI
Track ID 0: video (VP80)
Track ID 1: audio (MP3)
$ mkvmerge -o foo.webm -d 0 output.avi
mkvmerge v4.9.1 ('Ich will') built on Nov 30 2011 15:09:57
Automatically enabling WebM compliance mode due to output file name extension.
'output.avi': Using the AVI demultiplexer. Opening file. This may take some time depending on the file's size.
Error: The codec type 'VfW compatible video' cannot be used in a WebM compliant file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment