bramp / ffmpeg-cli-wrapper

Java wrapper around the FFmpeg command line tool
BSD 2-Clause "Simplified" License
1.73k stars 413 forks source link

Issue/138 build ffprobe command #268

Closed Euklios closed 8 months ago

Euklios commented 2 years ago

Allow a customized FFprobe report.

Tasks:

Fix #138

Euklios commented 2 years ago

Added a builder to FFprobe. Additionally implemented -show_packets and -show_frames. There are some weird shenanigans if both -show_packets and -show_frames are set. Rather than producing two distinct lists, they merge into one giant list.

The builder provides default values aligned with the original default command. -show_packets and -show_frames can be relatively slow; therefore, they are disabled by default.

Euklios commented 9 months ago

@bramp I've updated this pr with the changes merged in #254. This would also replace #203