All MIME types supported by MediaRecorder in Firefox and Chrome?

前端 未结 6 603
广开言路
广开言路 2020-12-05 04:50

Where can I find a list of all MIME types that are supported by Firefox or Chrome? All examples I\'ve seen so far using video/webm onl

6条回答
  •  失恋的感觉
    2020-12-05 05:07

    Sorry, can't add comments; but thought it important to note: Implementation of recording raw samples via ScriptProcessor or audioWorklet is flawed for a number of reasons, one here - mainly because it connects you to an output node, and clock 'correction' happens before you see the data.

    So lack of audio/wav or other raw format really kills.

    But just maybe.... seems 'audio/webm;codecs=pcm' is supported in chrome.

提交回复
热议问题