Kagami
Kagami
>This would include the typical video/audio codecs and image formats (including e.g. apng I'm afraid that build with a lot of encoders/decoders would be too huge, 20MB+. I've saved ~4MB...
Nice idea, thanks. The only cons is that it's a pretty long process (~15-30 minutes), but maybe it's not that critical.
>Why not make a standard ffmpeg build with everything included for easier development I was thinking about it a bit more. Separate webm/mp4 builds would be redundant, because a lot...
That's weird. Could you upload video which gives black output in QT?
Hi @fredrikj @joerick A long time has passed, could you try to reproduce with the latest build? If yes, could you provide input, output and full command? I don't have...
Yeah, ffmpeg's configure script is probably the longest one.
@willm I think Travis will be better because GitHub Actions has limited number of free minutes per month (though 2000 minutes per month = 66 mins per day, should be...
What type of stream do you mean? In browser you have same-origin enforcement and basically can do only HTTP and WebSocket requests. In case of HTTP same-origin media stream it...
I think this was answered, feel free to ask additional questions. Transcoding might be possible on the fly (via patching or XHR FS) in some cases (e.g. same-origin HTTP), but...
Thanks @SlugFiller, that's really interesting!