[FFmpeg-trac] #9962(undetermined:new): -metadata has no effect for .ogg file containing opus audio
FFmpeg
trac at avcodec.org
Thu Oct 6 16:59:41 EEST 2022
#9962: -metadata has no effect for .ogg file containing opus audio
-------------------------------------+-------------------------------------
Reporter: derkades | Owner: (none)
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by mkver):
Your command only sets the format (i.e. whole file) metadata title, but
this seems to be ignored by the muxer. Instead the muxer writes per-stream
metadata and that is also what the demuxer reports. To set it, you need to
set stream metadata: -metadata:s title=somethingelse (see the
documentation for how to set it for specific streams only). Not sure if
this is a bug; probably not.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9962#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list