Re: [FFmpeg-devel] trying ffprobe on AAC file with LATM fails

2015-08-13 Thread Venelin Efremov
Hi Carl, Sorry, I'm not on the ffmpeg devel list and I did not see your question earlier. The file is produced by an iPhone streaming audio via bluetooth and using AAC encoding instead of the usual SBC. For each packed I added the sync header 11 bits 0x2b7 + 13 bits packet length. 3 bytes total.

Re: [FFmpeg-devel] trying ffprobe on AAC file with LATM fails

2015-07-21 Thread Carl Eugen Hoyos
Venelin Efremov gmail.com> writes: > I uploaded the file as aac_latm_non_byte_aligned.bin. How was this file produced / what software allows decoding? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinf

Re: [FFmpeg-devel] trying ffprobe on AAC file with LATM fails

2015-07-21 Thread Claudio Freire
On Tue, Jul 21, 2015 at 2:50 PM, Claudio Freire wrote: > On Mon, Jul 20, 2015 at 5:08 AM, Venelin Efremov > wrote: >> The error message I get from the latest git head is: >> [aac_latm @ 0x3a226e0] Non-byte-aligned audio-specific config is not >> implemented. Update your FFmpeg version to the new

Re: [FFmpeg-devel] trying ffprobe on AAC file with LATM fails

2015-07-21 Thread Claudio Freire
On Mon, Jul 20, 2015 at 5:08 AM, Venelin Efremov wrote: > The error message I get from the latest git head is: > [aac_latm @ 0x3a226e0] Non-byte-aligned audio-specific config is not > implemented. Update your FFmpeg version to the newest one from Git. If the > problem still occurs, it means that y

[FFmpeg-devel] trying ffprobe on AAC file with LATM fails

2015-07-21 Thread Venelin Efremov
The error message I get from the latest git head is: [aac_latm @ 0x3a226e0] Non-byte-aligned audio-specific config is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented. [aac_latm