diff --git a/index.html b/index.html index e962a73..068970d 100644 --- a/index.html +++ b/index.html @@ -759,6 +759,28 @@ + + Extract audio from an AV file +
ffmpeg -i input_file -c:a copy -vn output_file
This command extracts the audio stream without loss from an audiovisual file.