我正在尝试使用ffmpeg将 .mov 视频转换为 mp4(应该可以在 iPhone 中播放)。我正在使用 Linux CLI。我尝试了以下命令:
-i source.MOV -s qvga -b 384k -vcodec libx264 -r 23.976 -acodec libfaac -ac 2 -ar 44100 -ab 64k -vpre baseline -crf 22 -deinterlace -o output.mp4
Run Code Online (Sandbox Code Playgroud)
我得到输出
ffmpeg: unrecognized option '-o'
Run Code Online (Sandbox Code Playgroud)