Results 67 issues of Kagami

Idea by @tpetry https://github.com/Kagami/ffmpeg.js/issues/97#issuecomment-617604263 > Yeah it's a complicated topic and i don't know a solution too. But maybe compiling a special build could be done for all the folks...

research

Right now CPU usage is rather high. Need to try to activate hwdec (at least on some platforms or add UI control) and check whether it's possible to improve performance...

Need to compare netlib vs OpenBLAS pthread vs OpenBLAS OpenMP vs MKL and check is there any difference for go-face.

ffmpeg is keep running after Ctrl+C for a some time, should be killed right away instead.

https://developers.google.com/media/vp9/settings/vod/#bitrate https://developers.google.com/media/vp9/bitrate-modes/ Apparently Q mode is not recommended so better to use CQ and automatically provide bitrate ranges based on resolution of input file. Might also set minrate/maxrate based on...

A lot of users suggest this, so better move it out and document GUI-less API properly.

Sound quality is awful with it enabled.

Reserved area at the top of the memory is slightly more than `TOTAL_STACK`, see Emscripten's JS wrapper.

https://github.com/kripken/emscripten/pull/6249

Things currently broken: - [x] Subtitles rendering, process hungs - [x] Encoding the entire file, audio/last video processes hungs Things still causing out of memory: - [x] ~400M fails at...

research