[FFmpeg-trac] #3530(ffmpeg:new): AIFF playback/Transcode failure

FFmpeg trac at avcodec.org
Thu Apr 3 21:29:49 CEST 2014


#3530: AIFF playback/Transcode failure
-----------------------------------+----------------------------------
             Reporter:  DeShizz    |                     Type:  defect
               Status:  new        |                 Priority:  normal
            Component:  ffmpeg     |                  Version:  2.2
             Keywords:  AIFF, ID3  |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+----------------------------------
 == Summary of the bug: ==

 ffmpeg fails when attempting to transcode certain AIFF files with the four
 letter .aiff extension (using Zeranoe's static 32bit build).

 The file used in the transcoding process is available here:
 https://www.dropbox.com/s/i58yu1qunn3jykj/01%20Boom%20Boom%20Pow.aiff

 The above file was created using dBpoweramp and tagged using Pa-Software's
 ID3 Editor.

 I will conduct further tests with different files if need be.

 == How to reproduce: ==

 {{{
 % ffmpeg -i 01 Boom Boom Pow.aiff -ab 320k 01 Boom Boom Pow.mp3

 ffmpeg version N-62058-gfd2bcfc Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Apr  2 2014 22:02:20 with gcc 4.8.2 (GCC)

 }}}


 == The output of the above command is as such, verbatim: ==


 {{{
 Microsoft Windows [Version 6.1.7601]
 Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

 C:\Users\User> ffmpeg.exe -v 9 -loglevel 99 -i "C:\Users\User\Desktop\01
 Bo
 om Boom Pow.aiff" -ab 320k "C:\Users\User\Desktop\01 Boom Boom Pow.mp3"
 ffmpeg version N-62058-gfd2bcfc Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Apr  2 2014 22:02:20 with gcc 4.8.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-av
 isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls
 --enab
 le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-
 libfreetyp
 e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
 --ena
 ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
 --enable-l
 ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr
 --enable-libsp
 eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-
 libvo-aa
 cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-
 libwavp
 ack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid
 --enable
 -zlib
   libavutil      52. 71.100 / 52. 71.100
   libavcodec     55. 56.107 / 55. 56.107
   libavformat    55. 36.101 / 55. 36.101
   libavdevice    55. 11.100 / 55. 11.100
   libavfilter     4.  3.100 /  4.  3.100
   libswscale      2.  6.100 /  2.  6.100
   libswresample   0. 18.100 /  0. 18.100
   libpostproc    52.  3.100 / 52.  3.100
 Splitting the commandline.
 Reading option '-v' ... matched as option 'v' (set logging level) with
 argument
 '9'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level)
 with argument '99'.
 Reading option '-i' ... matched as input file with argument
 'C:\Users\User\Deskt
 op\01 Boom Boom Pow.aiff'.
 Reading option '-ab' ... matched as AVOption 'ab' with argument '320k'.
 Reading option 'C:\Users\User\Desktop\01 Boom Boom Pow.mp3' ... matched as
 outpu
 t file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option v (set logging level) with argument 9.
 Successfully parsed a group of options.
 Parsing a group of options: input file C:\Users\User\Desktop\01 Boom Boom
 Pow.ai
 ff.
 Successfully parsed a group of options.
 Opening an input file: C:\Users\User\Desktop\01 Boom Boom Pow.aiff.
 [aiff @ 0286d8e0] Format aiff probed with size=2048 and score=100
 [aiff @ 0286d8e0] id3v2 ver:4 flags:00 len:139510
 [aiff @ 0286d8e0] id3v2 ver:32 flags:02 len:69215428
 [aiff @ 0286d8e0] ID3v2.32 tag skipped, cannot handle version
 [AVIOContext @ 02863400] Statistics: 204988 bytes read, 2 seeks
 C:\Users\User\Desktop\01 Boom Boom Pow.aiff: Input/output error
 }}}

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


More information about the FFmpeg-trac mailing list