bentasker / HLS-Stream-Creator

Simple Bash Script to take a media file, segment it and create an M3U8 playlist for serving using HLS
BSD 3-Clause "New" or "Revised" License
273 stars 101 forks source link

Set aac as default audio codec #12

Closed stonio closed 7 years ago

stonio commented 7 years ago

Advanced Audio Coding (AAC) encoder is the recommended and default FFMPEG encoder.

Reference: https://www.ffmpeg.org/ffmpeg-codecs.html#aac

bentasker commented 7 years ago

Looks good to me. Thanks!

Merging