Opened 9 years ago

Closed 5 years ago

#4140 closed enhancement (fixed)

wav: Demux cover art

Reported by: Kirill Danilenko Owned by:
Priority: wish Component: avformat
Version: git-master Keywords: wav metadata
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

ffplay does not show cover picture in it's gui window. Attached file contains picture described by id3v2.2 tags. File is wav. From libavformat/utils.c I found that id3 parsing happens only with mp3, aac, tta formats. If add wav condition parsing done well. Is it correct to add wav id3 parsing functionality?

How to reproduce:
% ffplay test.wav

ffplay version N-68018-g8b8cb30 Copyright (c) 2003-2014 the FFmpeg developers

built on Nov 26 2014 16:52:25 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration:
libavutil 54. 15.100 / 54. 15.100
libavcodec 56. 13.100 / 56. 13.100
libavformat 56. 15.100 / 56. 15.100
libavdevice 56. 3.100 / 56. 3.100
libavfilter 5. 2.103 / 5. 2.103
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100

Input #0, wav, from 'test.wav': 0KB vq= 0KB sq= 0B f=0/0

Metadata:

title : The Wailing Wall
artist : Inner Sanctum
album : CBS, Tue 11-06-45
date : 1945

Duration: 00:54:50.70, bitrate: 12 kb/s

Stream #0:0: Audio: mp3 (U[0][0][0] / 0x0055), 22050 Hz, mono, s16p, 24 kb/s

3.29 M-A: 0.000 fd= 0 aq= 1KB vq= 0KB sq= 0B f=0/0

ffmpeg version: master (8b8cb30d11885b406ce0dd896b42992386d98594)

built on: Ubuntu 12.04 LTS 64bit

Attachments (1)

test.wav (2.0 MB ) - added by Kirill Danilenko 9 years ago.

Download all attachments as: .zip

Change History (6)

by Kirill Danilenko, 9 years ago

Attachment: test.wav added

comment:1 by Carl Eugen Hoyos, 9 years ago

Which application shows the cover image?

comment:2 by Kirill Danilenko, 9 years ago

xbmc.bin --version
XBMC Media Center 13.0-BETA3 Git:20140328-2dcc855

comment:3 by Carl Eugen Hoyos, 9 years ago

Keywords: wav metadata added
Priority: normalwish
Status: newopen
Type: defectenhancement

comment:4 by Carl Eugen Hoyos, 9 years ago

Summary: ffplay: Cover picture isn't shownwav: Demux cover art

comment:5 by Elon Musk, 5 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.