If you don't want audio from a video file, use -an flag. $ ffmpeg -i input.mp4 -an output.mp4. Here, 'an' indicates no audio recording. In other words ...
確定! 回上一頁