mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:55:56 +02:00
Simplify conversion/extraction example (#1502)
This commit is contained in:
parent
0d6202fa89
commit
22791d16c9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
- Extract the sound from a video and save it as MP3:
|
||||
|
||||
`ffmpeg -i {{video.mp4}} -vn -ar 44100 -ac 2 -ab 192 -f mp3 {{sound}}.mp3`
|
||||
`ffmpeg -i {{video.mp4}} {{sound}}.mp3`
|
||||
|
||||
- Convert frames from a video or GIF into individual numbered images:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue