FFmpeg loop through .mp4 files in a folder using bash ... for f in *.mp4;do ffmpeg -i "$f" -c copy "${f%mp4}.mp4";done.
確定! 回上一頁