ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Java wrapper around the FFmpeg command line tool

Results 140 ffmpeg-cli-wrapper issues
Sort by recently updated
recently updated
newest added
trafficstars

Use `LineIterator` to read first line.

Can you add an option to log useful information for troubleshooting? - All builder command-line arguments - [java.lang.Process](https://docs.oracle.com/javase/7/docs/api/java/lang/Process.html) streams

enhancement

**Describe the bug** A clear and concise description of what the bug is. Build failed for PR: #304 ffmpeg commandline utility stdout output to Appendable

bug

**The question** How to create custom inputs arguments. **Example ffmpeg command** ```shell ffmpeg -ss 00:00:00 -i -t 10 input-1.mp4 -stream_loop -1 input-2.mp4 -filter_complex ""..... ``` **What you have tried** I've...

question

Hello, I deploy this library in an environment where the java processes stdout and stderr is discarded and there is no way for the developer maintainer to see it. I...

enhancement

I propose an option that allows progress parsing failures to be ignored. This way progress parsing can continue in the event of a one-time error that would have otherwise interrupted...

enhancement
good first issue

**Describe the bug** `setProcessOutputStream` takes in an Appendable, and later uses CharStreams.copy to transfer the output as text. This does not work for most cases, as stdout is used to...

bug

**Describe the bug** HlsOutputBuilder is incompatible with the hls format used in ffmpeg version 3. FFmpeg switched from second based value (eg. 120) to the format we use (2:00, hh:mm:ss)...

bug

Hello, I need to transcode live videos, essentially reading from an InputStream and pipeing the output into an OutputStream is what I need to do. Unfortunately writing the file to...

enhancement

**Describe the bug** ProgressListener nerver trigered but the video is in converting. found the error log: Error closing progress log, loss of information possible: Broken pipe ![image](https://github.com/user-attachments/assets/4dcd8cc2-6e03-4b20-9ad5-32a900e79b84) **To Reproduce** ```...

bug