William Storey

Results 65 comments of William Storey

Yeah, audio streams are not implemented unfortunately, just video. Supporting audio streams would not be particularly difficult to add I think. It just hasn't been a priority. Some code from...

Can you paste the output? And what flags are you running it with? I've never tried it on Windows and don't have it available to try. It might be doable,...

Does the same input file work on Linux? It looks like you modified it to print out the error reported by `avformat_write_header()` already. Did you do that with `av_err2str()`? You...

Errors should go to stderr/stdout. There's no timeout. You could try running with `-verbose` and see if it shows anything, or with a different browser (or without a browser). It's...

Hi! I'm not familiar with building things on Windows unfortunately, so I am not sure I can help much. Regarding not using pkg-config: I think that should be possible. You...

TOML would be good. Although I'm not sure a config is necessary! There aren't that many arguments.

I added a Dockerfile. Let me know if you see issues with it!

Right, [distroless's](https://github.com/GoogleContainerTools/distroless) would probably be ideal. The problem as you probably found is the ffmpeg libraries. If one can figure out the libraries to copy into the runtime image then...

Like split screen output or something?

This happened with a prerelease gem for me as well (this week). I saw the docs on rubydoc.info, added them to my docs, but now they 404.