Alia ffprobe to avoid banner

This commit is contained in:
Antoine Vaure 2025-02-02 19:20:10 +01:00
parent 6f8d41a1b8
commit a7af5a23fa

View file

@ -103,6 +103,7 @@
del = "trash -rf"; del = "trash -rf";
rsyncp = "rsync --info=progress2 --no-inc-recursive"; rsyncp = "rsync --info=progress2 --no-inc-recursive";
ffmpeg = "ffmpeg -hide_banner"; ffmpeg = "ffmpeg -hide_banner";
ffprobe = "ffprobe -hide_banner";
co = "git checkout"; co = "git checkout";
stash = "git stash"; stash = "git stash";
popstash = "git stash pop"; popstash = "git stash pop";