Opened 6 years ago
Closed 5 years ago
#9044 closed enhancement (duplicate)
Writing album art to ogg / opus files
| Reported by: | Richard | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | git-master | Keywords: | ogg |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Implementing reading album art from ogg files was implemented in #2655, however not writing them.
Album art is placed in a VorbisComment with the name of METADATA_BLOCK_PICTURE. It uses the same data structure as FLAC for album art.
https://wiki.xiph.org/VorbisComment#METADATA_BLOCK_PICTURE
This has already been implemented in FFMpeg in reverse for reading: https://github.com/FFmpeg/FFmpeg/blob/069d2b4a50a6eb2f925f36884e6b9bd9a1e54670/libavformat/oggparsevorbis.c#L148-L182
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
| Keywords: | thumbnail removed |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Related to #4448.