Convert an entire directory. Use a Bash for loop: for f in *.webp; do ffmpeg -i "$f" -vf format=gray ...
確定! 回上一頁