[FFmpeg-user] AAC LATM Encoding

Alex Molon alex.molon at vision247.com
Thu Feb 23 17:04:17 EET 2017


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-bounces at 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.md at 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 at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

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


More information about the ffmpeg-user mailing list