dotfiles/fish/.config/fish/functions/fstream.fish

4 lines
114 B
Fish

function fstream --description "Show streams in media using ffprobe"
ffprobe -v error -show_streams $argv
end