Opened 10 years ago
Closed 6 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)
Change History (6)
by , 10 years ago
comment:1 by , 10 years ago
comment:3 by , 10 years ago
Keywords: | wav metadata added |
---|---|
Priority: | normal → wish |
Status: | new → open |
Type: | defect → enhancement |
comment:4 by , 10 years ago
Summary: | ffplay: Cover picture isn't shown → wav: Demux cover art |
---|
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixed in 102c11745e2da4e3ca248c6faed499bb2af19bd5.
Which application shows the cover image?