[FFmpeg-devel] mp3: "Header missing" error on last packet w/o seek.

Dale Curtis dalecurtis at chromium.org
Sat May 19 03:30:05 CEST 2012


On Mon, May 7, 2012 at 6:51 PM, Michael Niedermayer <michaelni at gmx.at>wrote:

> > Thanks in advance for any assistance.
>
> fixed
>
> thanks for the bug report
>
>
Have another one here but this time the invalid frame is at the beginning
w/o a seek to zero:

http://commondatastorage.googleapis.com/dalecurtis-shared/techno.mp3

$ ffplay -autoexit -ss 0 techno.mp3
ffplay version N-40660-g281bde2 Copyright (c) 2003-2012 the FFmpeg
developers
  built on May 14 2012 11:27:40 with clang 3.2 ((trunk 155835))
...
[mp3 @ 0x8aee40] Header missing
[mp3 @ 0x88c1a0] max_analyze_duration 5000000 reached at 5015510
[mp3 @ 0x88c1a0] Estimating duration from bitrate, this may be inaccurate
Input #0, mp3, from '
http://www.html5rocks.com/en/tutorials/webaudio/intro/sounds/techno.mp3':
  Duration: 00:00:11.59, start: 0.000000, bitrate: 255 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 256 kb/s
  11.95 A-V:  0.000 fd=   0 aq=    0KB vq=    0KB sq=    0B f=0/0

w/o the -ss 0:
$ ffplay -autoexit techno.mp3
ffplay version N-40660-g281bde2 Copyright (c) 2003-2012 the FFmpeg
developers
  built on May 14 2012 11:27:40 with clang 3.2 ((trunk 155835))
...
[mp3 @ 0xc050c0] Header missing
[mp3 @ 0xbe22a0] max_analyze_duration 5000000 reached at 5015510
[mp3 @ 0xbe22a0] Estimating duration from bitrate, this may be inaccurate
Input #0, mp3, from '
http://www.html5rocks.com/en/tutorials/webaudio/intro/sounds/techno.mp3':
  Duration: 00:00:11.59, start: 0.000000, bitrate: 255 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 256 kb/s
[mp3 @ 0xc050c0] Header missing
  12.01 A-V:  0.000 fd=   0 aq=    0KB vq=    0KB sq=    0B f=0/0

Thanks again for any help!

- dale


More information about the ffmpeg-devel mailing list