Audio recipe
Remove Audio from Video with FFmpeg
Create a silent video by removing all audio streams.
Command
Use this when
- You want a silent version of a video.
- You do not need to re-encode the video stream.
- You want a fast command for removing audio tracks.
Customize it
Convert video formats with FFmpeg while controlling codec, quality, and container.
Open Convert VideoParameter breakdown
-c:v copy
Copies the video stream without re-encoding.
-an
Removes all audio streams from the output.