Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document gapless mp3 encoding. #2576

Merged
merged 2 commits into from
Jun 11, 2017
Merged

Document gapless mp3 encoding. #2576

merged 2 commits into from
Jun 11, 2017

Conversation

smlx
Copy link
Contributor

@smlx smlx commented May 25, 2017

Fixes #1741.

@mention-bot
Copy link

@smlx, thanks for your PR! By analyzing the history of the files in this pull request, we identified @sampsyo, @Kraymer and @geigerzaehler to be potential reviewers.

@Kraymer
Copy link
Contributor

Kraymer commented May 25, 2017

High quality .rst you produced here ! 🦈

::

#!/bin/sh
/usr/bin/ffmpeg -i "$1" -f wav - | /usr/bin/lame -V 2 --noreplaygain - "$2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe don't put the absolute paths which may vary :

ffmpeg -i "$1" -f wav - | lame -V 2 --noreplaygain - "$2"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, should be fixed now! 😄

@sampsyo sampsyo merged commit 348e044 into beetbox:master Jun 11, 2017
sampsyo added a commit that referenced this pull request Jun 11, 2017
Document gapless mp3 encoding.
sampsyo added a commit that referenced this pull request Jun 11, 2017
@sampsyo
Copy link
Member

sampsyo commented Jun 11, 2017

Thank you for adding all this detail! I compressed things down a little bit for brevity and merged. ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants