View Single Post
Old 2nd February 2017, 17:42   #19  |  Link
wisodev
Registered User
 
Join Date: Nov 2006
Posts: 161
I have added in the latest CI builds support for ffmpeg ac3 encoder.

Downloading latest CI builds: https://github.com/wieslawsoltes/BatchEncoder#ci-builds

For version 1.0 you can add this format definition into your BatchEncoder.formats configuration file.

Quote:
<Format id="FFMPEG_AC3" name="AC3 (ATSC A/52) - ffmpeg" template="$EXE -ignore_length true -y -i $INFILE -acodec ac3 $OPTIONS $OUTFILE" input="true" output="false" function="- none -" path="ffmpeg.exe" type="0" formats="WAV" extension="AC3" default="21">
<Presets>
<Preset name="CBR 32 kbit/s" options="-ab 32k"/>
<Preset name="CBR 40 kbit/s" options="-ab 40k"/>
<Preset name="CBR 48 kbit/s" options="-ab 48k"/>
<Preset name="CBR 56 kbit/s" options="-ab 56k"/>
<Preset name="CBR 64 kbit/s" options="-ab 64k"/>
<Preset name="CBR 80 kbit/s" options="-ab 80k"/>
<Preset name="CBR 96 kbit/s" options="-ab 96k"/>
<Preset name="CBR 112 kbit/s" options="-ab 112k"/>
<Preset name="CBR 128 kbit/s" options="-ab 128k"/>
<Preset name="CBR 160 kbit/s" options="-ab 160k"/>
<Preset name="CBR 192 kbit/s" options="-ab 192k"/>
<Preset name="CBR 224 kbit/s" options="-ab 224k"/>
<Preset name="CBR 256 kbit/s" options="-ab 256k"/>
<Preset name="CBR 320 kbit/s" options="-ab 320k"/>
<Preset name="CBR 384 kbit/s" options="-ab 384k"/>
<Preset name="CBR 448 kbit/s" options="-ab 448k"/>
<Preset name="CBR 512 kbit/s" options="-ab 512k"/>
<Preset name="CBR 576 kbit/s" options="-ab 576k"/>
<Preset name="CBR 640 kbit/s" options="-ab 640k"/>
</Presets>
</Format>
If the presets could be expanded or corrected your feedback is welcome.

Last edited by wisodev; 2nd February 2017 at 19:03.
wisodev is offline   Reply With Quote