赞
踩
- #!/bin/bash
-
- if [ ! -d "./压缩后" ]; then
- mkdir "./压缩后"
- fi
-
- find ./ -name '*.mp4' -exec sh -c 'ffmpeg -i "$0" -crf 28 -s hd720 -preset medium -movflags +faststart -c:a aac "./压缩后/${0%%}"' {} \;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。