小智 5
使用FFmpeg真的很简单:
ffmpeg -i videoAndAudio.mp4 -c copy -an onlyVideo.mp4
Run Code Online (Sandbox Code Playgroud)
-i path/to/input_file: 给你的文件路径
-c copy: 告诉 FFmpeg 复制编解码器(防止转码)
-an: 禁用音频
| 归档时间: |
|
| 查看次数: |
5313 次 |
| 最近记录: |