I've used this setup and it works well...

# ffmpeg -i input -c:v libx264 -c:a libfdk_aac -flags:a +global_header -latm 1 
-strict 2 -profile:a aac_he -mpegts_flags latm -f mpegts output

Of course you need to set all the parameters you prefer related to video/audio 
bandwidth, bitrate and so on.

Cheers
Alex Molon

-----Original Message-----
From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Carl 
Eugen Hoyos
Sent: 23 February 2017 13:24
To: FFmpeg user questions
Subject: Re: [FFmpeg-user] AAC LATM Encoding

2017-02-23 10:37 GMT+01:00 Rashed <mail2rashed...@gmail.com>:

> I am trying to generate AAC LATM content but was unable to figure out 
> how to get that done with ffmpeg.

The fdk encoder has a latm option that you have to set to 1 to get latm output..

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with 
subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to