ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
Java wrapper around the FFmpeg command line tool
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)....
Hi, can i override output for reading it as input stream in my application(like pipes in linux)?
I created a subclass called `FFMpegInputBuilder` which extends the `AbstractFFmpegStreamBuilder`. Seeing that the `AbstractFFmpegInputBuilder` was designed for outputs, I re-implemented the filename property and build method to retain all previous...
Hi All, Thanks for the great snippet. I really liked it. This is exactly what am looking for. But however am facing the issues with conversion from .wav to .mp3...
**Is your feature request related to a problem? Please describe.** It is not possible to encode using vbr as described [here](https://trac.ffmpeg.org/wiki/Encode/MP3) because the `qscale` param can not be set at...
要指定 input 的 -itoffset 指令时,没法通过 FFmpegBuilder 来拼接,能否支持下?
Could you please tell me if your project support stdin and stdout to process image stream using ffmpeg ? My ffmpeg command is like this ```shell ffmpeg -y -f image2pipe...
Actually I don't know the structure of this project I only want to convert songs to mp3 and reduce the bitrate. When I used this lib I just set FFmpeg...
-vsync
How to set -vsync parameter? Thanks.
HI, I want to split video in picture and for each picture get the time (for example picture 56 , time of the video 00:12:67 (or in s)) thank you...