[FFmpeg-trac] #10601(ffmpeg:new): ffmpeg don't copy the metadata of my file
FFmpeg
trac at avcodec.org
Sat Sep 30 06:33:28 EEST 2023
#10601: ffmpeg don't copy the metadata of my file
-------------------------------------+-------------------------------------
Reporter: Fractale | Type: defect
Status: new | Priority: normal
Component: ffmpeg | Version: 6.0
Keywords: Metadata, | Blocked By:
metadata, METADATA |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
command: `ffmpeg -i P2500229.MP4 -map_metadata 0 testWithoutMetadata.MP4`
{{{
$ exiftool P2500229.MP4 | rg 'Camera Model Name'
Camera Model Name : DMC-FZ330
}}}
but the following command doesn't have any match
{{{
$ exiftool testWithoutMetadata.MP4 | rg 'Camera Model Name'
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10601>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list