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

Hello I am trying to use the library and I get the following error, how can I solve it? I've tried googling, but I can't find anything. ![screen](https://user-images.githubusercontent.com/58893398/175170099-8af2b388-ca82-4783-9953-efe0478934a1.jpg) That's my...

The ffmpeg-cli-wrapper library is a simple wrapper around the ffmpeg command line. If you have questions on how to use the library, please check out the [usage](https://github.com/bramp/ffmpeg-cli-wrapper#usage), or [random examples](https://github.com/bramp/ffmpeg-cli-wrapper/wiki/Random-Examples)....

在java主进程里新启一个线程来启动ffmpeg这个进程,然后我在Linux 控制台杀掉这个ffmpeg进程时,java主进程报一个异常。请问这是为何?

I want to reduce the quality of the mp3 files. but got an error: Format must be specified when using two-pass. Can You help me? ```java FFmpeg ffmpeg = new...

**The question** I would like to take a given MP4 file and then create a new HLS file with 3 different qualities (I think this is how it's called: HLS)....

The class ```TwoPassFFmpegJob``` had a method in it for including a ```ProgressListener```, but ```FFmpegExecutor``` did not have a method that would employ it. I simply added the method to the...

Sometimes you need to specify rtsp_transport because the video over default transport is pretty trash. So I set you kids up with the function to do just that!

Hello? And thank you so much for developing and deploying this great API. Even now, I'm using AWS Lambda to make good use of it. First of all, I would...

**Describe the bug** A clear and concise description of what the bug is. The option for videofilter in ffmpeg is -vf and for and for audio is -af. The values...

**The question** Hi! My command is: ```shell ffmpeg -i "https://bitmovin-a.akamaihd.net/content/dataset/multi-codec/hevc/stream_fmp4.m3u8" -c:a copy -c:v libx264 -f hls -hls_segments_filename "./out/segment%d.ts" -hls_flags delete_segments+append_list ./out/master_playlist.m3u8 ``` that is: + transcoding an H.265 source to...