Simplify conversion/extraction example (#1502)

This commit is contained in:
Jesse Smith
2017-09-25 11:59:11 -03:00
committed by Starbeamrainbowlabs
parent 0d6202fa89
commit 22791d16c9

View File

@@ -4,7 +4,7 @@
- Extract the sound from a video and save it as MP3: - 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: - Convert frames from a video or GIF into individual numbered images: