dotfiles/fish/.config/fish/functions/finfo.fish

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
143 B
Fish
Raw Permalink Normal View History

2022-04-08 07:48:26 +02:00
function finfo --description "Get information from media using ffprobe"
ffprobe -v error -show_format -show_streams -show_frames $argv
end