Created
February 18, 2021 18:28
-
-
Save nathansearles/9d63ea9be2da03e8830212d9207cdcff to your computer and use it in GitHub Desktop.
FFmpeg output mp3 audio for web
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i 'source.mp3' -codec:a libmp3lame -ss 0 -to 16 -af "afade=t=in:st=0:d=3,afade=t=out:st=13:d=3" -map_metadata -1 -b:a 50k 'output.mp3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment