ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
Java wrapper around the FFmpeg command line tool
**The question** Dont you mind to change to the free to use license like Apache2 or MIT? I'd like to use this library in my pet projects, which i'd like...
Allow a customized FFprobe report. Tasks: - [x] Extend output with -show_packets - [x] Extend output with -show_frames - [x] Handle intermixed reports (-show_packets and -show_frames together produce a rather...
**The question** While working on #268, I noticed some TODOs regarding Immutable responses. I already have a second fork where I've replaced most pojos with Immutable responses, but that fork...
Hello. The example shows how to setup a progress listener for a one pass job. However, it seems it is not possible to do the same for a two pass...
@bramp Hi. Thank you for using your library well. I want to add Enum to make it easier to identify and add codecs in IDE. like ```java new FFmpegOutputBuilder().setFilename("output.mp4").setVideoCodec(VideoCodec.H264.codec) ```...
In the last ~week multiple changes have made it in. We should publish a new version with these changes. No APIs were broken (as far as I know) so bumping...
Hi, @bramp I've been using the HLS format of ffmpeg with `.addExtraArgs()` . But I think it's too uncomfortable So, I made an `FFmpegHlsOutputBuilder` for HLS user, what do you...
Please specify default constants for FFMPEG and FFPROBE to use instead of String, for example: public class FFmpegConstants { // File Extensions public static final String AVI = "avi"; public...
@bramp +Add -> HLS Encoding Sample added Impact: -> Help to Understand how to use ffmped wrapper to convert media file into hls format file with different resolution.
**Is your feature request related to a problem? Please describe.** We currently don't allow per-input options; therefore, commands requiring multiple inputs aren't supported in many cases. For example the following...