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

mp3 preview file conversion script #78

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

mp3 preview file conversion script #78

wants to merge 3 commits into from

Conversation

ngokevin
Copy link
Contributor

@ngokevin ngokevin commented Feb 16, 2019

For retroactive conversions, alongside #73

#73 required first to provision ffmpeg on the server / machine.

mp3

Convert OGG to MP3 and store in storage for audio preview. For easy access to song file without unzipping and to support iOS / Safari on browser previewers (e.g., BeatSaver Viewer).

Usage

Built with Node, uses ffmpeg. From the root folder:

cd scripts/mp3
npm install
node index.js

@Assistant Assistant requested a review from luludotdev February 16, 2019 05:15
* Type Safety
* Worker threads, concurrent processing
* Limit ffmpeg CPU usage with nice
* Command line arguments
@luludotdev luludotdev self-assigned this Feb 16, 2019
@ngokevin
Copy link
Contributor Author

ngokevin commented Mar 7, 2019

Thanks for the updates! When do you think we are planning to run this script?

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.

2 participants