#2676 closed defect (fixed)
FFprobe doesn't detect cover art for .tta file having id3v2 metadata
| Reported by: | cyril | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | git-master | Keywords: | tta id3 |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
Summary of the bug: FFprobe doesn't detect cover art for .tta file having id3v2 metadata, while it's working perfectly for mp3 audio files by detecting the expected audio streams and cover art as a separate video MJPEG stream.
Tested on this file: http://towerofbabel.free.fr/test/music.id3.tta
How to reproduce:
% ffprobe.exe music.id3.tta
ffprobe version N-54036-g6c4516d Copyright (c) 2007-2013 the FFmpeg developers
built on Jun 15 2013 13:04:51 with gcc 4.7.3 (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-libvo-aacenc --enable-libvo-
amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --
enable-libxvid --enable-zlib
libavutil 52. 35.101 / 52. 35.101
libavcodec 55. 16.100 / 55. 16.100
libavformat 55. 8.102 / 55. 8.102
libavdevice 55. 2.100 / 55. 2.100
libavfilter 3. 77.101 / 3. 77.101
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
[tta @ 00000000026cf360] Format tta detected only with low score of 24, misdetec
tion possible!
Input #0, tta, from 'music.id3.tta':
Duration: 00:23:57.77, start: 0.000000, bitrate: 1048 kb/s
Stream #0:0: Audio: tta, 44100 Hz, stereo, s16
Change History (7)
comment:2 by , 13 years ago
| Keywords: | tta added |
|---|
Is this also reproducible with a slightly smaller sample?
How is this ffprobe-related? Isn't the issue also reproducible with ffmpeg (the application)?
comment:3 by , 13 years ago
| Component: | FFprobe → avformat |
|---|---|
| Reproduced by developer: | set |
| Resolution: | → fixed |
| Status: | new → closed |
Fixed in e997afdfc61e7c48ae7daea9b45dc6305e85aca0.
comment:4 by , 13 years ago
| Keywords: | id3 added |
|---|
comment:7 by , 4 years ago
Ban those first who reported it: https://github.com/mpv-player/mpv/issues/10412
Note:
See TracTickets
for help on using tickets.



cover art was embedded with mp3tag 2.55a as ID3v2.3 metadata.