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

I used cli-wrapper to compress 44mb MP4 video to 5.7mb video, it compressed well but taking too long time to play in android(exoplayer from google). FFmpegBuilder builder = new FFmpegBuilder()...

Firstly, I would like to say thank you for making this library. I am trying to split audio file by time and tried like below, however, this didn't work. Plz,...

java.io.IOException: ffprobe returned non-zero exit status. Check stdout. at net.bramp.ffmpeg.FFcommon.throwOnError(FFcommon.java:59) at net.bramp.ffmpeg.FFprobe.probe(FFprobe.java:113) at net.bramp.ffmpeg.FFprobe.probe(FFprobe.java:49) Is there any way I can see why I'm getting this exception? This is the command...

First, it is very interesting and very useful all the code .. I would like to extract the subtitles of videos using this code, or it's also useful to know...

question

To be able to use this library in OSGi container there should be more attributes in manifest file related to OSGi. You can see examples here: https://www.ibm.com/support/knowledgecenter/en/SSEQTP_8.5.5/com.ibm.websphere.osgi.doc/ae/ra_bundle_mf.html There should be...

Thought I'd post something new rather than continuing to post on https://github.com/bramp/ffmpeg-cli-wrapper/issues/16. I'm having trouble setting different inputs for audio and video which use different frameworks, for example the ffmpeg...

For example: `ffmpeg -re -y -i '/file.mp4' -c:v libx264 -f flv 'rtmp://server.com:80/live/...'` setInput() and setOutput() accept Strings right now. Add a File and URL version of the arguments, which would...

enhancement

this is a feature request: Is it possible to embed the ffmpeg into this wrapper so devs do not need to worry about cross platform etc... The ffmpeg config on...

Hi Is there any way to decode rtsp stream with ffmpeg-cli-wrapper? I want to get frames from rtsp stream but I could not see any example about this.

FFmpegBuilder has an option for input start offset, but not for input duration ("-t")

enhancement