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

4 lines
143 B
Fish

function finfo --description "Get information from media using ffprobe"
ffprobe -v error -show_format -show_streams -show_frames $argv
end