ffmpeg -i input.avi -b 64k output.avi * 強迫輸入與輸出檔案的幀率 (frame rate) 同為 24 fps: ffmpeg -r 24 -i input.avi output.avi
確定! 回上一頁