2 lines
No EOL
141 B
Bash
2 lines
No EOL
141 B
Bash
# print duration of video file
|
|
alias ffprobe_duration="ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1" |