dmnsgn / canvas-record

Record a video in the browser or directly on the File System from a canvas (2D/WebGL/WebGPU) as MP4, WebM, MKV, GIF, PNG/JPG Sequence using WebCodecs and Wasm when available.

Home Page:https://dmnsgn.github.io/canvas-record/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

work with firefox?

simonbuehler opened this issue · comments

nice package, firefox throws

Uncaught TypeError: Fehler beim Auflösen des Modulspezifierers "canvas-context". Relative Modulspezifierer müssen mit "./", "../" oder "/" beginnen.
(error resolving ), is this chrome only?

The error is unrelated (see https://github.com/guybedford/es-module-shims#usage).
However, running the demo in FF currently throws: Uncaught (in promise) DOMException: MediaRecorder constructor: video/x-matroska;codecs=avc1 indicates an unsupported container so you might need to play with recorderOptions mimeType.