Yahweasel / libav.js

This is a compilation of the libraries associated with handling audio and video in ffmpeg—libavformat, libavcodec, libavfilter, libavutil, libswresample, and libswscale—for emscripten, and thus the web.
288 stars 18 forks source link

openh264 config #6

Closed Yahweasel closed 1 year ago

Yahweasel commented 1 year ago

Thanks to pushpagarwal adding openh264, encoding h264 is possible. I need to add a config, check it, add tests, add caveats, and publish a new version with it.

Yahweasel commented 1 year ago

Done in 8359994 .