Opened 19 months ago
Last modified 19 months ago
#10351 new defect
OGG Vorbis metadata removal not working
Reported by: | Dušan | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffmpeg |
Version: | 6.0 | Keywords: | libvorbis METADATA metadata |
Cc: | Dušan | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
Summary of the bug:
How to reproduce:
% ffmpeg -i test.ogg -y -map_metadata -1 -c copy out.ogg
Output:
Input #0, ogg, from 'audio_1.ogg': Duration: 00:00:10.06, start: 0.000000, bitrate: 31 kb/s Stream #0:0: Data: none Stream #0:1: Audio: vorbis, 44100 Hz, stereo, fltp, 256 kb/s Metadata: TITLE : 500 hz sinus tone ARTIST : Stephan ENCODER : ffmpeg2theora-0.29 SOURCE_OSHASH : defa25183667dde3
Tested on v6.0 static and ffmpeg version 4.4.2-0ubuntu0.22.04.1 built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
None of them works. Metadata keys are present even after strip.
Attachments (1)
Change History (4)
by , 19 months ago
Attachment: | audio_1.ogg added |
---|
comment:1 by , 19 months ago
Description: | modified (diff) |
---|
comment:2 by , 19 months ago
Description: | modified (diff) |
---|
comment:3 by , 19 months ago
Summary: | OGG Vorbis Metadata Removal not working → OGG Vorbis metadata removal not working |
---|
Note:
See TracTickets
for help on using tickets.
test file