Bob Marks

Results 3 comments of Bob Marks

I had the same issue with extra args. The extra args is a great idea as the wrapper will always be playing catch up with ffmpeg. Unfortunately it isn't well...

If you look at https://github.com/bramp/ffmpeg-cli-wrapper/blob/master/src/main/java/net/bramp/ffmpeg/builder/FFmpegBuilder.java you'll see: - ```java ... final List inputs = new ArrayList(); final Map inputProbes = new TreeMap(); final List extra_args = new ArrayList(); // Output...

No worries. This is easily the best wrapper I've found and it actually helped me learn FFmpeg - if they crack the `extra_args` it could also future proof it into...