1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
lossless-cut/test-manual/formats.sh
Mikael Finstad 6546f080d2 move
2020-11-19 01:46:33 +01:00

2 lines
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