Re: [mediacapture-record] Creation of Seekable Files

You can also do the same with `ffmpeg -i input.webm -c copy output.webm` to get a remuxed file.  

Honestly, if getting a seekable file only requires remuxing the file, my vote would be a javascript library.  My opinion is MediaRecorder should be more about doing the thing that is prohibitively hard to do in javascript (encoding audio and video) and less about muxing into containers.

-- 
GitHub Notification of comment by jnoring
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/119#issuecomment-285165579 using your GitHub account

Received on Wednesday, 8 March 2017 20:53:10 UTC