0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update init script to use HTTPS (#82) More... almost 10 years ago
Added a Audio filter argument. More... almost 10 years ago
Handled the parsing of N/A in progress messages. More... almost 10 years ago
Changed the user-agent argument to use the modern form. More... almost 10 years ago
Added a note about helping the project out! More... almost 10 years ago
Created a toTimecode and fromTimecode methods, for parsing hh:mm:ss, and converted a few places to use nanoseconds, instead of seconds/milliseconds/whatever. Later we can move to java.time.* which is based on nanos. More... almost 10 years ago
Ensure the first argument to the extra args isn't empty. If so that is most likly a error. #76 More... almost 10 years ago
Moved a couple of Preconditions checks into a new Preconditions class, and updated "checkEmpty", to check if the string was only whitespace. More... almost 10 years ago
Added a new README example of using a ProgressListener. More... almost 10 years ago
Better documented Progress, and made some changes: * Changed the Status to be a enum. * Changed the out_time_ms to out_time_us, since it was microseconds, not milliseconds. More... almost 10 years ago
Updated the README to list version 0.6.1 as the latest. More... almost 10 years ago
[maven-release-plugin] prepare for next development iteration More... almost 10 years ago
[maven-release-plugin] prepare release ffmpeg-0.6.1 More... almost 10 years ago
Minor formatting tweaks to the ReadmeTest. More... almost 10 years ago
Added back the FFprobe(String path) constructor, that was accidently deleted. Fixes #74. More... almost 10 years ago
Added javadoc links, and fixed a minor javadoc copy and paste error. More... almost 10 years ago
Changed some of the ffmpeg.nut packages to be public. More... almost 10 years ago
Updated the README to list version 0.6 as the latest More... almost 10 years ago
[maven-release-plugin] prepare for next development iteration More... almost 10 years ago
[maven-release-plugin] prepare release ffmpeg-0.6 More... almost 10 years ago
Added javadoc to setAudioChannels. More... almost 10 years ago
Added javadoc for setVideoFrameRate. More... almost 10 years ago
Renamed setAudioBitDepth to setAudioSampleFormat as that is what that really was. More... almost 10 years ago
Fixed the ExamplesTest on Travis. More... almost 10 years ago
Organised imports. More... almost 10 years ago
Bumped the version of multiple dependencies, added maven-enforce, and made minor changes to accommodate them. More... almost 10 years ago
Multiple javadoc improvements. More... almost 10 years ago
Relaxed the code formatting rules, so we can remove some of the "@formatter:off" blocks. More... almost 10 years ago
Added new Examples test, to check all the examples on https://github.com/bramp/ffmpeg-cli-wrapper/wiki/Random-Examples are valid. More... almost 10 years ago
Added new path(..) method to get the full arguments from a FFmpeg and FFprobe classes. More... almost 10 years ago