My Shell Script Help
2019年4月12日 星期五
ffmpeg, rotate all the videoes in folder
#!/bin/bash for f in *.MP4; do ffmpeg -i "$f" -vf "transpose=1" "r${f%.MP4}.MP4" done
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言