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

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

4 lines
114 B
Fish
Raw Normal View History

2022-04-08 07:48:26 +02:00
function fstream --description "Show streams in media using ffprobe"
ffprobe -v error -show_streams $argv
end