Andrew Brampton
Andrew Brampton
I'll happily accept a `setVBR` parameter. Also, https://github.com/bramp/ffmpeg-cli-wrapper/issues/91 (when finished) would allow better placement of the extraArgs.
That is not a use case I designed for. Other that killing the sub process I don't know of a clean way. I'll leave this bug open as a reminder...
I think https://github.com/bramp/ffmpeg-cli-wrapper/wiki/Random-Examples#example-6-create-a-video-from-images or https://github.com/bramp/ffmpeg-cli-wrapper/wiki/Random-Examples#example-7-complex-filters may be useful. If you can provide the command you use on the CLI, I can propose the equivalent java one.
Thanks for the PR. I'm on vacation for the next week, so I won't look at this until later next week. Feel free to ping me if I don't respond...
Good idea, but unsure how workable it is as I would need to provide packages for different OSes, and deal with new releases, etc. Also issues around what codecs are...
This library just wraps the ffmpeg command line. If the command line can do it, then this library can. There seems to be a few solutions on Google when u...
yes I think we are free of issues. This is the latest dependency tree, and we do not use log4j: ``` $ mvn dependency:tree [INFO] net.bramp.ffmpeg:ffmpeg:jar:0.6.3-SNAPSHOT [INFO] +- org.slf4j:slf4j-api:jar:1.7.36:compile [INFO]...
This project is a wrapper around the ffmpeg cli tool. If it can upload to S3, then we can. Otherwise if we want to write into memory, and this library...
Thanks for the PR. I'm on vacation for the next week, so I won't look at this until later next week. Feel free to ping me if I don't respond...
Do any of the examples [here](https://github.com/bramp/ffmpeg-cli-wrapper/wiki/Random-Examples) help you?