I would like to extract streams from WebM video files without converting them (re-compression), can somebody recommend any software that can allow this?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Since WebM is a Matroska subset, mkvtoolnix should let you demux the files. It's open source, cross platform, and the author provides binaries for Windows. |
|||
|
|
|
Video files have a container format and codec formats. Its hard to 'extract' the video bits easily, but it is possible to change the container format to something you can consume whilst not altering the video bits: ffmpeg using |
|||
|
|
