Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC User documentation
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abhishek Pratap Singh
VLC User documentation
Commits
1ee38957
Commit
1ee38957
authored
4 years ago
by
Abhishek Pratap Singh
Browse files
Options
Downloads
Patches
Plain Diff
Typo correction
parent
55a36c7a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#21010
passed with stage
in 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
advanced/transcode/extract_audio_from_file.rst
+2
-1
2 additions, 1 deletion
advanced/transcode/extract_audio_from_file.rst
with
2 additions
and
1 deletion
advanced/transcode/extract_audio_from_file.rst
+
2
−
1
View file @
1ee38957
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment