Skip to content
Snippets Groups Projects
Commit 1ee38957 authored by Abhishek Pratap Singh's avatar Abhishek Pratap Singh
Browse files

Typo correction

parent 55a36c7a
No related branches found
No related tags found
No related merge requests found
Pipeline #21010 passed with stage
in 42 seconds
......@@ -96,7 +96,8 @@ In order to extract audio and save the file, follow these steps:
> "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" sample.mp3 --sout="#transcode{vcodec=none, acodec=s16l}:std{access=file, mux=wav, dst=sample.wav}"
Where ``dst`` is the path of the destination file.
Note: WAVE can hold different audio formats [including MP3, GSM, and PCM](https://en.wikipedia.org/wiki/WAV#Comparison_of_coding_schemes).
Note: WAVE can hold different audio formats `including MP3, GSM, and PCM <https://en.wikipedia.org/wiki/WAV#Comparison_of_coding_schemes>`_.
.. figure:: /images/advanced/transcode/extract_audio_from_file_cli.png
:align: center
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment