[FFmpeg-user] transcode / segment h.264 aac audio
JoelB
onephatcat at earthlink.net
Tue Jan 29 04:51:02 CET 2013
Sent from my iPhone
On Jan 27, 2013, at 12:44 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Joel B <onephatcat <at> earthlink.net> writes:
>
>> I have a version of ffmpeg that is distributed with Subsonic server
>
> Then consider asking Subsonic server distributor for support.
>
> [...]
>
>> /Library/Application Support/Subsonic/transcode/ffmpeg
>> -ss 560 -t 10 -i
>> /Users/admin2/Music/iTunes/iTunes Music/aMOVIES/Day of the
> Triffids/DayOfTheTriffids.avi
>> -async 1 -b 553k -s 536x240 -ar 44100 -ac 2 -v 0
>> -f mpegts -vcodec libx264 -acodec aac_latm
>> -preset superfast -threads 0 -
>
> Complete, uncut console output (without -v 0) missing.
>
> Carl Eugen
>
Figured it out finally:
Replacing:
-acodec libmp3lame
with
-acodec aac -strict experimental
with the encoder that ships with subsonic is working for me to stream aac.
Joel
More information about the ffmpeg-user
mailing list