Andrew Brampton
Andrew Brampton
Ok, the changes all look good. Thanks a lot of the work. Can we resolve the conflict, then we'll run the github test actions, and we are good to go.
@ndrto I think this was fixed in https://github.com/bramp/ffmpeg-cli-wrapper/issues/302
There is no 0.8.1, wait for this bug to be resolved when we release the next version. If you can't wait, you can check the project out, and build it...
I have to admit, I haven't been using java day-to-day for many years now, but I'm curious the trend with immutability and public properties. Today we have something like this:...
Thanks for your input @AlexanderSchuetz97 ... if any jump does occur the old version of this library will still be supported. One concern I do have, is many dependencies are...
FYI I just had to make these changes: https://github.com/bramp/ffmpeg-cli-wrapper/commit/053c32ce8086d431573113f135d18b65963d764e so this actually builds on JDK 8.
I'm happy to add you as a maintainer, just don't do anything I wouldn't do :). For Java 9+ I'd like to understand the exact benefits before we break our...
@eygraber I'm not sure I know the advantages of gradle over maven, but I suspect since I would have to learn how to continue to maintain a gradle setup, this...
Ok cool. Thanks for the responses, so 1) If you could supply the python / simple java app, we can leave instructions for folks to run/update this in future. 2)...
Thanks, that documentation looks good. I also think a comment on the enum itself saying to use FFmpeg.codec() for a accurate list for your deployment. As for the python I...