ffmpeg aac errors on windows when trying to load a sample .zip file

Found a bug? Post it here.
Post Reply
Pomax
Posts: 1
Joined: Wed Sep 21, 2016 8:49 am

ffmpeg aac errors on windows when trying to load a sample .zip file

Post by Pomax »

I am trying to load the samples inside the zip you can download from http://www.freesound.org/people/Meg/packs/5460 on windows 10 (on which I happen to have an FFMPEG instance installed), but when I go to "new module", then "load" to load something from file, then I click on the "5460__meg__manthey-piano.zip" file I download from freesounds, a command prompt opens and I see tons and tons of FFMPEG errors:

Code: Select all

...
[aac @ 0000000003992020] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 0000000003992020] Remapped id too large
[aac @ 0000000003992020]  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 @ 0000000003992020] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches welcome
[aac @ 0000000003992020] Reserved bit set.
[aac @ 0000000003992020] Number of bands (12) exceeds limit (3).
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] Dependent coupling is not supported together with LTP
    Last message repeated 14 times
[aac @ 0000000003992020] channel element 1.3 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 0000000003992020] Number of scalefactor bands in group (45) exceeds limit (41).
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] channel element 2.11 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] channel element 1.6 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
[aac @ 0000000003992020] channel element 3.0 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] Error decoding AAC frame header.
Error while decoding stream #0:0: Error number -50531338 occurred
[aac @ 0000000003992020] channel element 0.10 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] channel element 1.8 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] Reserved bit set.
[aac @ 0000000003992020] Invalid Predictor Reset Group.
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] channel element 1.10 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] Assuming an incorrectly encoded 7.1 channel layout instead of a spec-compliant 7.1(wide) layout, use -strict 1 to decode according to the specification instead.
[aac @ 0000000003992020] Number of bands (42) exceeds limit (40).
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000000003992020] Sample rate index in program config element does not match the sample rate index configured by the container.
[aac @ 0000000003992020] Remapped id too large
[aac @ 0000000003992020]  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 @ 0000000003992020] If you want to help, upload a sample of this file to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing list. (ffmpeg-devel@ffmpeg.org)
...
After this scrolls for roughly 30 seconds the cmd window disappears and I can't use the files found inside the zip file.

The FFMPEG information it lists when I just run "ffmpeg" without any arguments is:

Code: Select all

ffmpeg version N-81646-gc19da0c Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
  libavutil      55. 29.100 / 55. 29.100
  libavcodec     57. 55.101 / 57. 55.101
  libavformat    57. 48.103 / 57. 48.103
  libavdevice    57.  0.102 / 57.  0.102
  libavfilter     6. 62.100 /  6. 62.100
  libswscale      4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc    54.  0.100 / 54.  0.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: ffmpeg aac errors on windows when trying to load a sample .zip file

Post by NightRadio »

Hm... But as i know the ffmpeg can't unpack the ZIP files automatically. Please try to unpack all the files first.
Post Reply