Re: [mediacapture-record] How to concatenate Blobs of recordings into single file capable of playback? (#130)

> I'm afraid that from the POV of Media Recorder there's not much that can be done since every one of these individual 1-second files would have a file header, several video frame headers and possibly a trailer; merging them would not be trivial at all.

@yellowdoge Given that all of the input files were created by `MediaRecorder` cannot the raw data (audio and video content without headers) be extracted from the `.webm` files and written to a new `.webm` file?

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

Received on Friday, 22 March 2019 19:20:47 UTC