fish: Add helper aliases for ffprobe
This commit is contained in:
parent
21bf71d832
commit
30245370ca
2 changed files with 6 additions and 0 deletions
3
fish/.config/fish/functions/finfo.fish
Normal file
3
fish/.config/fish/functions/finfo.fish
Normal 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
|
3
fish/.config/fish/functions/fstream.fish
Normal file
3
fish/.config/fish/functions/fstream.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function fstream --description "Show streams in media using ffprobe"
|
||||
ffprobe -v error -show_streams $argv
|
||||
end
|
Loading…
Reference in a new issue