This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Usage fhgaacenc 20120624
wieslawsoltes edited this page Mar 23, 2018
·
2 revisions
fhgaacenc version 20120624 by tmkk
Usage: fhgaacenc.exe [options] infile [outfile]
Note: pass - as infile to encode from stdin.
pass - as outfile to encode to stdout (ADTS only).
General encoding options
--cbr <bitrate> : encode in CBR mode, bitrate=8..576
--vbr <preset> : encode in VBR mode, preset=1..6 [default]
--profile <auto|lc|he|hev2> : choose AAC profile (only for CBR mode)
auto : automatically choose the optimum profile
according to the bitrate [default]
lc : force use LC-AAC profile
he : force use HE-AAC (AAC+SBR) profile
hev2 : force use HE-AAC v2 (AAC+SBR+PS) profile
--adts : use ADTS container instead of MPEG-4
Other options
--ignorelength : ignore the size of data chunk when encoding from pipe
--quiet : don't print the progress
BatchEncoder (Audio Conversion GUI) is licensed under the MIT license.