[FFmpeg-user] Is latm decode with fdkaac possible?

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Nov 9 18:49:59 CET 2014


Andy Furniss <adf.lists <at> gmail.com> writes:

> ffmpeg -c:a libfdk_aac -i Bt5th.latm -f null -

> [libfdk_aac  <at>  0x1d86b80] aacDecoder_DecodeFrame() failed: 4002

Sorry, I mixed something up:
The fdk encoder supports latm encoding (which 
doesn't work with any other of the four aac 
encoders) while the fdk decoder cannot support 
latm: There should be parser / demuxer that 
changes latm into aac but when latm decoding 
was implemented in FFmpeg, it was decided to 
do it in the native aac decoder which is not 
was libfdk does / expects.

Sorry, Carl Eugen



More information about the ffmpeg-user mailing list