Last active
December 17, 2015 00:38
-
-
Save kanreisa/5522174 to your computer and use it in GitHub Desktop.
5.1ch
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 input.dts -acodec pcm_s16le -ar 48000 -ac 6 -f wav pipe: | faac -q 128 -w - -o output.m4a | |
ffmpeg -i input.wav -acodec libfaac -aq 128 -f mp4 output.m4a | |
avconv -i input.wav -c:a libfdk_aac -flags +qscale -global_quality 5 -afterburner 1 -f mp4 output.m4a |
Author
kanreisa
commented
Oct 10, 2013
avconv -i input.dts -c:a libfdk_aac -profile:a aac_he -b:a 288k -afterburner 1 -f mp4 output.m4a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment