[FFmpeg-trac] #1694(avcodec:new): Decoding a possibly damaged aac sample fails from a specific position on

FFmpeg trac at avcodec.org
Mon Aug 27 22:08:10 CEST 2012


#1694: Decoding a possibly damaged aac sample fails from a specific position on
--------------------------------------+---------------------------------
               Reporter:  cehoyos     |                  Owner:
                   Type:  defect      |                 Status:  new
               Priority:  normal      |              Component:  avcodec
                Version:  git-master  |               Keywords:  aac
             Blocked By:              |               Blocking:
Reproduced by developer:  0           |  Analyzed by developer:  0
--------------------------------------+---------------------------------
 A user uploaded a possibly damaged aac sample that is approximately 11:49
 long. 6:30 are decoded fine, then a problem occurs and decoding further
 only produces silence, even when seeked back (with ffplay or MPlayer). If
 seeking is used to skip the problematic part, several more minutes are
 decoded (until the next problematic position at 10:40 that can also be
 skipped).
 {{{
 $ ffmpeg -i a.aac -f null -
 ffmpeg version N-43938-gbe862c0 Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Aug 27 2012 19:54:31 with gcc 4.5.3 (GCC)
   configuration: --cc=/usr/local/gcc-4.5.3/bin/gcc
   libavutil      51. 70.100 / 51. 70.100
   libavcodec     54. 54.100 / 54. 54.100
   libavformat    54. 25.104 / 54. 25.104
   libavdevice    54.  2.100 / 54.  2.100
   libavfilter     3. 13.101 /  3. 13.101
   libswscale      2.  1.101 /  2.  1.101
   libswresample   0. 15.100 /  0. 15.100
 [aac @ 0x1480240] max_analyze_duration 5000000 reached at 5015510
 [aac @ 0x1480240] Estimating duration from bitrate, this may be inaccurate
 Input #0, aac, from 'a.aac':
   Duration: 00:11:39.44, bitrate: 32 kb/s
     Stream #0:0: Audio: aac, 44100 Hz, stereo, s16, 32 kb/s
 Output #0, null, to 'pipe:':
   Metadata:
     encoder         : Lavf54.25.104
     Stream #0:0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (aac -> pcm_s16le)
 Press [q] to stop, [?] for help
 Reserved bit set.ime=00:06:11.89 bitrate=   0.0kbits/s
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.2 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.13 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 Multiple frames in a packet from stream 0
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] channel element 2.13 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (48) exceeds limit (45).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (18) exceeds limit (14).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.2 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (10) exceeds limit (7).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.5 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] invalid band type
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.0 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] SBR was found before the first channel element.
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (44) exceeds limit (42).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.14 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.8 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.15 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] invalid band type
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.0 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Number of scalefactor bands in group (54) exceeds limit
 (47).
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.8 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.12 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.3 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
     Last message repeated 1 times
 [aac @ 0x14865a0] Not evaluating a further program_config_element as this
 construct is dubious at best.
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.7 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Number of bands (6) exceeds limit (5).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.10 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.4 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Number of bands (28) exceeds limit (13).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.12 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Input buffer exhausted before END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 3.4 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.14 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.6 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.7 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Input buffer exhausted before END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.2 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 3.1 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.11 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.15 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Scalefactor (-1) out of range.
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.0 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.7 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] SBR was found before the first channel element.
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 3.5 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.4 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.11 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.13 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
     Last message repeated 1 times
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.7 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.11 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 3.11 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 3.1 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] invalid band type
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.2 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Number of bands (14) exceeds limit (8).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.0 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (7) exceeds limit (4).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Too many channels
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] SBR was found before the first channel element.
 [aac @ 0x14865a0] channel element 3.15 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.1 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.6 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.14 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.15 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.0 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.5 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.0 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (14) exceeds limit (11).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (54) exceeds limit (37).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Number of bands (6) exceeds limit (2).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.7 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (6) exceeds limit (3).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
     Last message repeated 1 times
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] decode_pce: Input buffer exhausted before END element
 found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.5 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.7 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.5 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.7 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (4) exceeds limit (2).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] illegal icc
     Last message repeated 1 times
 channel element 2.6 is not allocatedrate=   0.0kbits/s
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of bands (35) exceeds limit (18).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.7 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Too many channels
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] channel element 2.5 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 3.15 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of scalefactor bands in group (62) exceeds limit
 (47).
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Prediction is not allowed in AAC-LC.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] skip_data_stream_element: Input buffer exhausted before
 END element found
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.2 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Reserved bit set.
 Error while decoding stream #0:0: Invalid data found when processing input
 [aac @ 0x14865a0] Number of bands (50) exceeds limit (39).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] channel element 2.6 is not allocated
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Sample rate index in program config element does not
 match the sample rate index configured by the container.
 [aac @ 0x14865a0] Number of bands (16) exceeds limit (11).
 Error while decoding stream #0:0: Operation not permitted
 [aac @ 0x14865a0] Number of scalefactor bands in group (60) exceeds limit
 (47).
 Error while decoding stream #0:0: Invalid data found when processing input
 size=       0kB time=00:11:49.74 bitrate=   0.0kbits/s
 video:0kB audio:120856kB subtitle:0 global headers:0kB muxing overhead
 -100.000000%
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1694>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list