add ffprobe duration
This commit is contained in:
parent
6512d095b3
commit
70b72ee3e3
1 changed files with 5 additions and 0 deletions
5
functions/ffprobe_duration.fish
Normal file
5
functions/ffprobe_duration.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
# ffprobe_duration <file>
|
||||
# print duration of video file
|
||||
function ffprobe_duration
|
||||
ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue