0

I use this code to create an mkv file with a webm video: Code

The video that is generated can be opened in vlc and mplayer, however, firefox sais: video can't be played because the file is corrupt

How do I have to change the header so I can open it in firefox, too?

Jan Rüegg
  • 9,587
  • 8
  • 63
  • 105

1 Answers1

0

Found the solution... this code actually outputs a so called ivf format, while the real mkv output code can be found here:

(Much more complicated, though)

Jan Rüegg
  • 9,587
  • 8
  • 63
  • 105