3 lines
114 B
Fish
3 lines
114 B
Fish
function fstream --description "Show streams in media using ffprobe"
|
|
ffprobe -v error -show_streams $argv
|
|
end
|