# Why use this command?
Useful when you want to remove a distracting audio track or prepare a silent video background. This command extracts the video stream without re-encoding, preserving original quality.
# Parameter Explanation
- `-an`: Disable audio recording. - `-c:v copy`: Copy the video stream directly without re-encoding, which is very fast and lossless.
path/to/input.mp4Input Video File configurationpath/to/output_video.mp4Output Video File configuration