zshconfig/zsh/ffmpeg.zsh
2023-10-05 19:40:05 +02:00

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"