fish: Add helper aliases for ffprobe

This commit is contained in:
Sanchayan Maity 2022-04-08 11:18:26 +05:30
parent 21bf71d832
commit 30245370ca
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function finfo --description "Get information from media using ffprobe"
ffprobe -v error -show_format -show_streams -show_frames $argv
end

View File

@ -0,0 +1,3 @@
function fstream --description "Show streams in media using ffprobe"
ffprobe -v error -show_streams $argv
end