Created
August 2, 2014 20:46
-
-
Save lynxluna/0483775b63ead9b03a27 to your computer and use it in GitHub Desktop.
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
# command to convert al-quran recitation from gq | |
ls sudais/*.mp3 | xargs -n 1 -P 10 -I % \ | |
bash -c 'echo Processing %; avconv -v quiet -i % -f wav - | ~/neroAacEnc -ignorelength -cbr 64 -hev2 -if - -of "sudais-aac/$(basename %).aac" > /dev/null 2>&1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment