mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 00:57:50 +00:00
In the 1st incarnation of local recordings we used to use VP8 as the video encoder. Upon switching to MP4 that combiantion is not supported for some reason, so I used VP9 instead. Some anecdotal evidence suggests VP9 is behqaving more erratically, with rendering errors and fixes. Turns out Chrome also supports the Matroska container! And VP8 inside it at that! The bonus we get from using it is that QuickTime on macOS won't try to open it, thus avoiding some confusion with MP4 files, which it recognizes, but cannot open due to the video codec.