feller-prj / extractor-project

forked from iaextractor
Other
75 stars 22 forks source link

ffmpeg mux needs options for WEBM+OPUS #10

Open MarkJeronimus opened 5 years ago

MarkJeronimus commented 5 years ago

When I try to mux WEBM and OPUS, I get an error popup from your extension with a message from ffmpeg that it needs parameters "-strict -2". These parameters are not found in common.js:74

Is there a way I can hack these in the xpi file so I don't have to wait for an update? I already disabled extension signatures and whitelist but FF still deletes the modified xpi every time I try to use it.

[edit] I don't have Windows anymore and it works in Linux without the extra paramerter, so I can't test/contribute this bug anymore.