格式工厂 ffmpeg

视频 -> 音频

ffmpeg -i input.mov -acodec copy output.m4a

视频 -> 视频

ffmpeg -i input.mov -acodec copy -vcodec copy output.m4v