[FFmpeg-user] he_aac with latm framing in a TS

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Nov 12 21:45:30 CET 2012


Chris Wass <chris.wass <at> gmail.com> writes:

> I have compiled ffmpeg with the necessary FDK_AAC library to enable he_aac
> with latm but cannot figure out the directive to make it happen:
> 
> $ ffmpeg -y -i <infile> -vcodec libx264 -vprofile main -vlevel 3 -vf
> scale=720:576 -acodec libfdk_aac -aprofile aac_he -ar 48000 out.ts
> 
> the above results in adts framing,  How do I ensure latm framing?

The fine output of ffmpeg -h full suggests using -latm
Did you try that?

Please do not top-post here, Carl Eugen



More information about the ffmpeg-user mailing list