dotfiles/fish/.config/fish/functions/finfo.fish

4 lines
143 B
Fish
Raw Normal View History

2022-04-08 07:48:26 +02:00
function finfo --description "Get information from media using ffprobe"
2022-04-12 14:11:50 +02:00
ffprobe -v error -show_format -show_streams -show_frames $argv
2022-04-08 07:48:26 +02:00
end