Closed Euklios closed 8 months 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.
@bramp I've updated this pr with the changes merged in #254. This would also replace #203
Allow a customized FFprobe report.
Tasks:
Fix #138