lossless-cut/test-manual/formats.sh

2 wiersze
116 B
Bash
Executable File

for f in *; do echo -n "$f: "; ffprobe -show_format -of json -i "$f" | json format.format_name; done 2> /dev/null