Skip to content

Instantly share code, notes, and snippets.

@lynxluna
Created August 2, 2014 20:46
Show Gist options
  • Save lynxluna/0483775b63ead9b03a27 to your computer and use it in GitHub Desktop.
Save lynxluna/0483775b63ead9b03a27 to your computer and use it in GitHub Desktop.
# 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