Opened 5 years ago

Last modified 5 years ago

#8233 open defect

mp3 with invalid id3v2 tag size probed wrongly

Reported by: Mattias Wadman Owned by:
Priority: important Component: avformat
Version: git-master Keywords: mp3 id3v2 mpegps probe regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Summary of the bug:

mp3 file with invalid id3v2 tag size (does not include padding bytes) seems to confuse ffmpeg. File plays fine in VLC, iTunes and other players.

If I remove the id3v2 tag completely (including the padding bytes) it works fine. If i change the first 0x20 byte in the padding to 0x00 it works fine. Stranegly other episodes of the same podcast seems to have the same issue but works fine with ffmpeg.

How to reproduce:

Download mp3 from:
https://www.filmspotting.net/episodes-archive/2019/9/27/746-ad-astra-top-5-steppenwolf-member-movie-performances

I used developer console in chrome to see request to the mp3 file and used curl -OLJ <URL> to download it.

% shasum PPY6574574605.mp3
6304534879a370c41563f55c7ca6741a97137e7d  PPY6574574605.mp3

% ffmpeg -y -v 9 -loglevel 99 -i PPY6574574605.mp3 PPY6574574605.wav
ffmpeg version git-2019-10-10-a76a516 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 8.3.0 (Alpine 8.3.0)
  configuration: --enable-debug
  libavutil      56. 35.100 / 56. 35.100
  libavcodec     58. 59.102 / 58. 59.102
  libavformat    58. 33.100 / 58. 33.100
  libavdevice    58.  9.100 / 58.  9.100
  libavfilter     7. 62.100 /  7. 62.100
  libswscale      5.  6.100 /  5.  6.100
  libswresample   3.  6.100 /  3.  6.100
Splitting the commandline.
Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
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 url with argument 'PPY6574574605.mp3'.
Reading option 'PPY6574574605.wav' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option y (overwrite output files) with argument 1.
Applying option v (set logging level) with argument 9.
Successfully parsed a group of options.
Parsing a group of options: input url PPY6574574605.mp3.
Successfully parsed a group of options.
Opening an input file: PPY6574574605.mp3.
[NULL @ 0x7f45018d1140] Opening 'PPY6574574605.mp3' for reading
[file @ 0x7f45018d1980] Setting default whitelist 'file,crypto'
Probing mp3 score:12 size:2048
Probing mp3 score:12 size:4096
Probing mp3 score:12 size:8192
Probing mp3 score:12 size:16384
Probing mp3 score:12 size:32768
Probing mp3 score:25 size:31914
Probing mpeg score:26 size:31914
[mpeg @ 0x7f45018d1140] Format mpeg probed with size=65536 and score=26
id3v2 ver:3 flags:00 len:33612
[mpeg @ 0x7f45018d1140] demuxer does not support additional id3 data, skipping
[mpeg @ 0x7f45018d1140] Before avformat_find_stream_info() pos: 33622 bytes read:65536 seeks:0 nb_streams:0
[mp3float @ 0x559ad2faf0c0] Header missing
[mpeg @ 0x7f45018d1140] probing stream 1 pp:2500
Probing mp3 score:25 size:5167
[mpeg @ 0x7f45018d1140] Probe with size=5167, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 1
[mp3float @ 0x559ad2fed080] Header missing
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=2, pts=1059265749, dts=1567908892, size=33905
[mp3float @ 0x559ad2ffce80] Header missing
[mp3float @ 0x559ad3027200] Header missing
[mp3float @ 0x559ad3046500] Header missing
[mpeg @ 0x7f45018d1140] probing stream 5 pp:2500
Probing mp3 score:25 size:57728
[mpeg @ 0x7f45018d1140] Probe with size=57728, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 5
[mp3float @ 0x559ad30558c0] Header missing
    Last message repeated 1 times
[mp3float @ 0x559ad3095b00] Header missing
[mpeg @ 0x7f45018d1140] probing stream 7 pp:2500
Probing mp3 score:25 size:13138
[mpeg @ 0x7f45018d1140] Probe with size=13138, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 7
[mp3float @ 0x559ad30d1f00] Header missing
[mp3float @ 0x559ad30e92c0] Header missing
[mpeg @ 0x7f45018d1140] probing stream 9 pp:2500
Probing mp3 score:25 size:1599
[mpeg @ 0x7f45018d1140] Probe with size=1599, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 9
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=9, pts=2354272484, dts=8108427421, size=1599
[mp3float @ 0x559ad312fd00] Header missing
[mp3float @ 0x559ad313c740] Header missing
    Last message repeated 1 times
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=11, pts=2115528646, dts=5833444650, size=1093
[mp2 @ 0x559ad3174d40] Header missing
[mpeg @ 0x7f45018d1140] DTS discontinuity in stream 9: packet 4 with DTS -481502469, packet 5 with DTS 1230742247
[mpeg @ 0x7f45018d1140] probing stream 12 pp:2500
Probing mp3 score:25 size:54429
[mpeg @ 0x7f45018d1140] Probe with size=54429, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 12
[mp3float @ 0x559ad3180100] Header missing
[mpeg @ 0x7f45018d1140] probing stream 13 pp:2500
Probing mp3 score:25 size:45399
[mpeg @ 0x7f45018d1140] Probe with size=45399, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 13
[mp3float @ 0x559ad31bfa40] Header missing
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=14, pts=3761591830, dts=7422155680, size=50102
[mp3float @ 0x559ad31f4800] Header missing
[mp3float @ 0x559ad322dac0] Header missing
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=16, pts=3307753358, dts=3756656096, size=15237
[mpeg @ 0x7f45018d1140] Non-increasing DTS in stream 8: packet 205 with DTS 9223090561878547106, packet 206 with DTS 1143047861
[mpeg @ 0x7f45018d1140] max_analyze_duration 7000000 reached at 7000756 microseconds st:8
[mpeg @ 0x7f45018d1140] start time for stream 3 is not set in estimate_timings_from_pts
[mpeg @ 0x7f45018d1140] start time for stream 4 is not set in estimate_timings_from_pts
[mpeg @ 0x7f45018d1140] start time for stream 6 is not set in estimate_timings_from_pts
[mpeg @ 0x7f45018d1140] start time for stream 10 is not set in estimate_timings_from_pts
[mpeg @ 0x7f45018d1140] start time for stream 15 is not set in estimate_timings_from_pts
[mpeg @ 0x7f45018d1140] pes_ext 75 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 8A is invalid
[mpeg @ 0x7f45018d1140] probing stream 22 pp:2500
Probing mp3 score:25 size:18459
[mpeg @ 0x7f45018d1140] Probe with size=18459, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 22
[mpeg @ 0x7f45018d1140] probing stream 24 pp:2500
Probing mp3 score:25 size:13033
[mpeg @ 0x7f45018d1140] Probe with size=13033, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 24
[mpeg @ 0x7f45018d1140] pes_ext 75 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 8A is invalid
[mpeg @ 0x7f45018d1140] probing stream 26 pp:2500
Probing mp3 score:25 size:37229
[mpeg @ 0x7f45018d1140] Probe with size=37229, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 26
[mpeg @ 0x7f45018d1140] pes_ext CD is invalid
[mpeg @ 0x7f45018d1140] pes_ext CC is invalid
[mpeg @ 0x7f45018d1140] probing stream 27 pp:2500
Probing mp3 score:25 size:8383
[mpeg @ 0x7f45018d1140] Probe with size=8383, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 27
[mpeg @ 0x7f45018d1140] probing stream 28 pp:2500
Probing mp3 score:25 size:49236
[mpeg @ 0x7f45018d1140] Probe with size=49236, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 28
[mpeg @ 0x7f45018d1140] pes_ext 75 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 8A is invalid
[mpeg @ 0x7f45018d1140] stream 1 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 2 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 3 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 4 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 5 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 6 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 7 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 8 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 9 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 10 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 12 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 13 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 14 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 15 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 16 : no PTS found at end of file, duration not set
[mpeg @ 0x7f45018d1140] stream 17 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 18 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 19 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 20 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 21 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 22 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 23 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 24 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 25 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 26 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 27 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 28 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 29 : no TS found at start of file, duration not set
[mpeg @ 0x7f45018d1140] stream 0: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 1: start_time: 43103.607 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 2: start_time: 11769.619 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 3: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 4: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 5: start_time: 21370.848 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 6: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 7: start_time: 15791.900 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 8: start_time: 12695.151 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 9: start_time: 26158.583 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 10: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 11: start_time: 23505.874 duration: 27554.935
[mpeg @ 0x7f45018d1140] stream 12: start_time: 14569.121 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 13: start_time: 37313.532 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 14: start_time: 41795.465 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 15: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 16: start_time: 36752.815 duration: -102481911520608.625
[mpeg @ 0x7f45018d1140] stream 17: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 18: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 19: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 20: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 21: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 22: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 23: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 24: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 25: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 26: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 27: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 28: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] stream 29: start_time: 614.782 duration: 91528.637
[mpeg @ 0x7f45018d1140] format: start_time: 614.782 duration: 91528.637 (estimate from pts) bitrate=5 kb/s
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 17 (Audio: mp2, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 18 (Audio: mp2, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 19 (Audio: mp2, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 20 (Audio: mp2, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 21 (Audio: mp2, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 22 (Audio: mp3, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 23 (Audio: mp2, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 24 (Audio: mp3, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 25 (Audio: mp2, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 26 (Audio: mp3, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 27 (Audio: mp3, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 28 (Audio: mp3, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] Could not find codec parameters for stream 29 (Audio: mp2, 0 channels): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
[mpeg @ 0x7f45018d1140] After avformat_find_stream_info() pos: 33622 bytes read:9595163 seeks:14 frames:1772
Input #0, mpeg, from 'PPY6574574605.mp3':
  Metadata:
    title           : #746: Ad Astra / Top 5 Steppenwolf Member Movie Performances
    comment         : "Ad Astra" is best film of the year, the most visually arresting talk therapy session, or both.
    lyrics-ENG      : It's always good news when an acclaimed director announces a new project, but it's somehow especially thrilling when that project is set in space. We started 2019 with two highly anticipated space missions: Claire Denis' HIGH LIFE with Robert Pattison (<a
    album           : Filmspotting
    genre           : Podcast
    date            : 2016
  Duration: 25:25:28.64, start: 614.781600, bitrate: 5 kb/s
    Stream #0:0[0x1de], 174, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:1[0x1ee], 15, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:2[0x1cd], 107, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:3[0x1c8], 69, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:4[0x1c3], 13, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:5[0x1ec], 183, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:6[0x1d7], 171, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:7[0x1e8], 41, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:8[0x1db], 270, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:9[0x1e4], 14, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:10[0x1c2], 156, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:11[0x1d5], 2, 1/90000: Audio: mp2, 44100 Hz, mono, s16p, 96 kb/s
    Stream #0:12[0x1ea], 173, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:13[0x1e1], 144, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:14[0x1d8], 159, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:15[0x1d0], 33, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:16[0x1d3], 48, 1/90000: Audio: mp3, 44100 Hz, mono, fltp, 96 kb/s
    Stream #0:17[0x1d9], 0, 1/90000: Audio: mp2, 0 channels
    Stream #0:18[0x1c9], 0, 1/90000: Audio: mp2, 0 channels
    Stream #0:19[0x1dd], 0, 1/90000: Audio: mp2, 0 channels
    Stream #0:20[0x1d2], 0, 1/90000: Audio: mp2, 0 channels
    Stream #0:21[0x1da], 0, 1/90000: Audio: mp2, 0 channels
    Stream #0:22[0x1e2], 0, 1/90000: Audio: mp3, 0 channels
    Stream #0:23[0x1c1], 0, 1/90000: Audio: mp2, 0 channels
    Stream #0:24[0x1e0], 0, 1/90000: Audio: mp3, 0 channels
    Stream #0:25[0x1ca], 0, 1/90000: Audio: mp2, 0 channels
    Stream #0:26[0x1ef], 0, 1/90000: Audio: mp3, 0 channels
    Stream #0:27[0x1e6], 0, 1/90000: Audio: mp3, 0 channels
    Stream #0:28[0x1e5], 0, 1/90000: Audio: mp3, 0 channels
    Stream #0:29[0x1d1], 0, 1/90000: Audio: mp2, 0 channels
Successfully opened the file.
Parsing a group of options: output url PPY6574574605.wav.
Successfully parsed a group of options.
Opening an output file: PPY6574574605.wav.
[file @ 0x559ad312f400] Setting default whitelist 'file,crypto'
Successfully opened the file.
Stream mapping:
  Stream #0:0 -> #0:0 (mp3 (mp3float) -> pcm_s16le (native))
Press [q] to stop, [?] for help
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
detected 2 logical cores
[graph_0_in_0_0 @ 0x559ad2fefc00] Setting 'time_base' to value '1/44100'
[graph_0_in_0_0 @ 0x559ad2fefc00] Setting 'sample_rate' to value '44100'
[graph_0_in_0_0 @ 0x559ad2fefc00] Setting 'sample_fmt' to value 'fltp'
[graph_0_in_0_0 @ 0x559ad2fefc00] Setting 'channel_layout' to value '0x4'
[graph_0_in_0_0 @ 0x559ad2fefc00] tb:1/44100 samplefmt:fltp samplerate:44100 chlayout:0x4
[format_out_0_0 @ 0x559ad2ff0340] Setting 'sample_fmts' to value 's16'
[format_out_0_0 @ 0x559ad2ff0340] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_0_0'
[AVFilterGraph @ 0x559ad2fef540] query_formats: 4 queried, 6 merged, 3 already done, 0 delayed
[auto_resampler_0 @ 0x559ad2ff0f80] [SWR @ 0x559ad31fce00] Using fltp internally between filters
[auto_resampler_0 @ 0x559ad2ff0f80] ch:1 chl:mono fmt:fltp r:44100Hz -> ch:1 chl:mono fmt:s16 r:44100Hz
Output #0, wav, to 'PPY6574574605.wav':
  Metadata:
    INAM            : #746: Ad Astra / Top 5 Steppenwolf Member Movie Performances
    ICMT            : "Ad Astra" is best film of the year, the most visually arresting talk therapy session, or both.
    lyrics-ENG      : It's always good news when an acclaimed director announces a new project, but it's somehow especially thrilling when that project is set in space. We started 2019 with two highly anticipated space missions: Claire Denis' HIGH LIFE with Robert Pattison (<a
    IPRD            : Filmspotting
    IGNR            : Podcast
    ICRD            : 2016
    ISFT            : Lavf58.33.100
    Stream #0:0, 0, 1/44100: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, mono, s16, 705 kb/s
    Metadata:
      encoder         : Lavc58.59.102 pcm_s16le
[mpeg @ 0x7f45018d1140] New audio stream 0:30 at pos:2598555 and DTS:76450.5s
[mpeg @ 0x7f45018d1140] New audio stream 0:31 at pos:2953005 and DTS:0s
[mpeg @ 0x7f45018d1140] New audio stream 0:32 at pos:3096170 and DTS:0s
[mpeg @ 0x7f45018d1140] pes_ext C2 is invalid
[mpeg @ 0x7f45018d1140] New audio stream 0:34 at pos:3965120 and DTS:0s
[mpeg @ 0x7f45018d1140] probing stream 35 pp:2500
Probing mp3 score:25 size:18374
[mpeg @ 0x7f45018d1140] Probe with size=18374, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 35
[mpeg @ 0x7f45018d1140] New audio stream 0:35 at pos:4262294 and DTS:0s
[mpeg @ 0x7f45018d1140] first_dts 4793886358 not matching first dts 4794189637 (pts 4794189637, duration 2351) in the queue
[mpeg @ 0x7f45018d1140] pes_ext CC is invalid
timestamp discontinuity for stream #0:0 (id=478, type=audio): 35245275133, new offset= -35860056733
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] overread, skip -5 enddists: -3 -3
[mp3float @ 0x559ad3130ec0] overread, skip -9 enddists: -5 -5
[mp3float @ 0x559ad3130ec0] overread, skip -5 enddists: -3 -3
[mpeg @ 0x7f45018d1140] New audio stream 0:37 at pos:6432279 and DTS:0s
[mpeg @ 0x7f45018d1140] New audio stream 0:38 at pos:6867521 and DTS:41902.7s
[mpeg @ 0x7f45018d1140] New audio stream 0:39 at pos:8426412 and DTS:0s
[mpeg @ 0x7f45018d1140] New audio stream 0:40 at pos:8534580 and DTS:2264.12s
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=41, pts=7680648180, dts=8018736883, size=20844
[mpeg @ 0x7f45018d1140] New audio stream 0:41 at pos:8747847 and DTS:85340.5s
[mpeg @ 0x7f45018d1140] pes_ext DA is invalid
[mpeg @ 0x7f45018d1140] pes_ext C1 is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=42, pts=4094952678, dts=7618475205, size=43303
[mpeg @ 0x7f45018d1140] New audio stream 0:42 at pos:9542266 and DTS:45499.5s
[mpeg @ 0x7f45018d1140] New audio stream 0:43 at pos:9604154 and DTS:15267.5s
[mpeg @ 0x7f45018d1140] first_dts 5416779244 not matching first dts 5417613849 (pts 5417613849, duration 2351) in the queue
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=37, pts=289593650, dts=491458823, size=41987
[mpeg @ 0x7f45018d1140] first_dts 289567789 not matching first dts 289591299 (pts 289591299, duration 2351) in the queue
[mpeg @ 0x7f45018d1140] pes_ext 80 is invalid
[mpeg @ 0x7f45018d1140] pes_ext C0 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 7A is invalid
[mpeg @ 0x7f45018d1140] pes_ext 7C is invalid
[mpeg @ 0x7f45018d1140] pes_ext 61 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 43 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 53 is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=34, pts=3876164680, dts=6581431362, size=42612
[mpeg @ 0x7f45018d1140] pes_ext 53 is invalid
[mpeg @ 0x7f45018d1140] probing stream 44 pp:2500
Probing mp3 score:25 size:32726
[mpeg @ 0x7f45018d1140] Probe with size=32726, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 44
[mpeg @ 0x7f45018d1140] New audio stream 0:44 at pos:14487969 and DTS:35782.6s
[mpeg @ 0x7f45018d1140] pes_ext 62 is invalid
[mpeg @ 0x7f45018d1140] probing stream 45 pp:2500
Probing mp3 score:25 size:11673
[mpeg @ 0x7f45018d1140] Probe with size=11673, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 45
[mpeg @ 0x7f45018d1140] New audio stream 0:45 at pos:15136844 and DTS:0s
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=38, pts=1972069049, dts=3421618552, size=49201
[mpeg @ 0x7f45018d1140] probing stream 46 pp:2500
Probing mp3 score:1 size:510
[mpeg @ 0x7f45018d1140] Probe with size=510, packets=1 detected mp3 with score=1
[mpeg @ 0x7f45018d1140] pes_ext FE is invalid
[mpeg @ 0x7f45018d1140] pes_ext 5D is invalid
[mpeg @ 0x7f45018d1140] pes_ext 40 is invalid
[mpeg @ 0x7f45018d1140] pes_ext C6 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 68 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 54 is invalid
[mpeg @ 0x7f45018d1140] pes_ext E4 is invalid
[mpeg @ 0x7f45018d1140] pes_ext B2 is invalid
[mpeg @ 0x7f45018d1140] pes_ext C1 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 66 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 5E is invalid
[mpeg @ 0x7f45018d1140] probing stream 46 pp:2499
Probing mp3 score:25 size:59352
[mpeg @ 0x7f45018d1140] Probe with size=59352, packets=2 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 46
[mpeg @ 0x7f45018d1140] New audio stream 0:46 at pos:16016443 and DTS:39323.4s
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] overread, skip -6 enddists: -3 -3
[mp3float @ 0x559ad3130ec0] overread, skip -6 enddists: -2 -2
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=43, pts=3263244242, dts=4369451818, size=2109
[mpeg @ 0x7f45018d1140] first_dts 7017542309 not matching first dts 7017650455 (pts 7017650455, duration 2351) in the queue
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=32, pts=2185323650, dts=6109790851, size=2164
[mpeg @ 0x7f45018d1140] first_dts 3539101874 not matching first dts 908569657 (pts 4530922339, duration 0) in the queue
[mpeg @ 0x7f45018d1140] pes_ext C3 is invalid
    Last message repeated 1 times
[mpeg @ 0x7f45018d1140] pes_ext 52 is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=30, pts=605302459, dts=4717048162, size=39907
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=0, pts=1074133169, dts=5584387423, size=37828
timestamp discontinuity for stream #0:0 (id=478, type=audio): 26174690900, new offset= -62034747633
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] overread, skip -5 enddists: -3 -3
[mpeg @ 0x7f45018d1140] Further flags set but no bytes left
[mpeg @ 0x7f45018d1140] pes_ext 40 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 47 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 79 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 91 is invalid
[mpeg @ 0x7f45018d1140] pes_ext D3 is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=36, pts=6215200408, dts=6564782390, size=37480
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=39, pts=358675003, dts=6787702950, size=61864
[mpeg @ 0x7f45018d1140] first_dts -1802899326 not matching first dts -1802233993 (pts -1802233993, duration 2351) in the queue
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=31, pts=6044916865, dts=7324567073, size=22498
[mpeg @ 0x7f45018d1140] first_dts 6044688818 not matching first dts 6044914514 (pts 6044914514, duration 2351) in the queue
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=31, pts=1290732056, dts=1495865609, size=10550
[mpeg @ 0x7f45018d1140] pes_ext 79 is invalid
[mpeg @ 0x7f45018d1140] pes_ext C9 is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=36, pts=1241107697, dts=6998561656, size=55190
[mpeg @ 0x7f45018d1140] probing stream 47 pp:2500
Probing mp3 score:25 size:58892
[mpeg @ 0x7f45018d1140] Probe with size=58892, packets=1 detected mp3 with score=25
[mpeg @ 0x7f45018d1140] probed stream 47
[mpeg @ 0x7f45018d1140] New audio stream 0:47 at pos:37495340 and DTS:0s
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=34, pts=916040711, dts=6447991828, size=3178
[mpeg @ 0x7f45018d1140] pes_ext C3 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 48 is invalid
[mp3float @ 0x559ad3130ec0] overread, skip -7 enddists: -4 -4
timestamp discontinuity for stream #0:0 (id=478, type=audio): -42836264444, new offset= -19198483189
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] overread, skip -5 enddists: -3 -3
[mpeg @ 0x7f45018d1140] pes_ext 4A is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=38, pts=3928941906, dts=8311777796, size=2238
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=31, pts=4228134084, dts=7709407721, size=16679
[mpeg @ 0x7f45018d1140] pes_ext 93 is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=37, pts=438373683, dts=6251094084, size=58
[mpeg @ 0x7f45018d1140] pes_ext 52 is invalid
[mpeg @ 0x7f45018d1140] pes_ext BC is invalid
[mpeg @ 0x7f45018d1140] pes_ext F8 is invalid
[mpeg @ 0x7f45018d1140] pes_ext D2 is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=37, pts=400451892, dts=1268024958, size=6301
timestamp discontinuity for stream #0:0 (id=478, type=audio): 21229987633, new offset= -40428470822
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mp3float @ 0x559ad3130ec0] overread, skip -6 enddists: -5 -5
[mp3float @ 0x559ad3130ec0] overread, skip -5 enddists: -1 -1
[mp3float @ 0x559ad3130ec0] overread, skip -5 enddists: -2 -2
[mpeg @ 0x7f45018d1140] pes_ext 49 is invalid
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mpeg @ 0x7f45018d1140] pes_ext E1 is invalid
[mpeg @ 0x7f45018d1140] pes_ext BD is invalid
[mpeg @ 0x7f45018d1140] pes_ext CF is invalid
[mpeg @ 0x7f45018d1140] Invalid timestamps stream=33, pts=5537673698, dts=6918943542, size=41850
[mpeg @ 0x7f45018d1140] pes_ext 62 is invalid
[mpeg @ 0x7f45018d1140] pes_ext CD is invalid
[mpeg @ 0x7f45018d1140] pes_ext CC is invalid
[mp3float @ 0x559ad3130ec0] overread, skip -7 enddists: -4 -4
timestamp discontinuity for stream #0:0 (id=478, type=audio): 51684254033, new offset= -92112724855
[mp3float @ 0x559ad3130ec0] Header missing
Error while decoding stream #0:0: Invalid data found when processing input
[mpeg @ 0x7f45018d1140] pes_ext 75 is invalid
[mpeg @ 0x7f45018d1140] pes_ext 8A is invalid
[out_0_0 @ 0x559ad2ff00c0] EOF on sink link out_0_0:default.
No more output streams to write to, finishing.
size=    3002kB time=00:00:35.18 bitrate= 698.9kbits/s speed=47.7x
video:0kB audio:3002kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.009891%
Input file #0 (PPY6574574605.mp3):
  Input stream #0:0 (audio): 1347 packets read (424799 bytes); 1334 frames decoded (1536768 samples);
  Input stream #0:1 (audio): 0 packets read (0 bytes);
  Input stream #0:2 (audio): 0 packets read (0 bytes);
  Input stream #0:3 (audio): 0 packets read (0 bytes);
  Input stream #0:4 (audio): 0 packets read (0 bytes);
  Input stream #0:5 (audio): 0 packets read (0 bytes);
  Input stream #0:6 (audio): 0 packets read (0 bytes);
  Input stream #0:7 (audio): 0 packets read (0 bytes);
  Input stream #0:8 (audio): 0 packets read (0 bytes);
  Input stream #0:9 (audio): 0 packets read (0 bytes);
  Input stream #0:10 (audio): 0 packets read (0 bytes);
  Input stream #0:11 (audio): 0 packets read (0 bytes);
  Input stream #0:12 (audio): 0 packets read (0 bytes);
  Input stream #0:13 (audio): 0 packets read (0 bytes);
  Input stream #0:14 (audio): 0 packets read (0 bytes);
  Input stream #0:15 (audio): 0 packets read (0 bytes);
  Input stream #0:16 (audio): 0 packets read (0 bytes);
  Input stream #0:17 (audio): 0 packets read (0 bytes);
  Input stream #0:18 (audio): 0 packets read (0 bytes);
  Input stream #0:19 (audio): 0 packets read (0 bytes);
  Input stream #0:20 (audio): 0 packets read (0 bytes);
  Input stream #0:21 (audio): 0 packets read (0 bytes);
  Input stream #0:22 (audio): 0 packets read (0 bytes);
  Input stream #0:23 (audio): 0 packets read (0 bytes);
  Input stream #0:24 (audio): 0 packets read (0 bytes);
  Input stream #0:25 (audio): 0 packets read (0 bytes);
  Input stream #0:26 (audio): 0 packets read (0 bytes);
  Input stream #0:27 (audio): 0 packets read (0 bytes);
  Input stream #0:28 (audio): 0 packets read (0 bytes);
  Input stream #0:29 (audio): 0 packets read (0 bytes);
  Total: 1347 packets (424799 bytes) demuxed
Output file #0 (PPY6574574605.wav):
  Output stream #0:0 (audio): 1334 frames encoded (1536768 samples); 1334 packets muxed (3073536 bytes);
  Total: 1334 packets (3073536 bytes) muxed
1334 frames successfully decoded, 13 decoding errors
[AVIOContext @ 0x559ad3095200] Statistics: 4 seeks, 15 writeouts
[AVIOContext @ 0x7f45018d1b00] Statistics: 69088513 bytes read, 218 seeks

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Attachments (1)

PPY6574574605_cut.mp3 (2.4 MB ) - added by Carl Eugen Hoyos 5 years ago.

Change History (2)

comment:1 by Carl Eugen Hoyos, 5 years ago

Component: ffmpegavformat
Keywords: mpegps probe regression added
Priority: normalimportant
Reproduced by developer: set
Status: newopen

Regression since 5109ce2017c15202275b33bce58ec9d88044eeb5, related to ticket #3855.

by Carl Eugen Hoyos, 5 years ago

Attachment: PPY6574574605_cut.mp3 added
Note: See TracTickets for help on using tickets.