[FFmpeg-trac] #10601(ffmpeg:open): ffmpeg don't copy the metadata of my file
FFmpeg
trac at avcodec.org
Sat Sep 30 07:07:34 EEST 2023
#10601: ffmpeg don't copy the metadata of my file
-------------------------------------+-------------------------------------
Reporter: Fractale | Owner: (none)
Type: defect | Status: open
Priority: normal | Component: ffmpeg
Version: 6.0 | Resolution:
Keywords: Metadata, | Blocked By:
metadata, METADATA |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Description changed by Fractale:
Old description:
> 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'
> }}}
>
> You can find my file (1G) at the following link:
> https://drive.google.com/file/d/1SFmyLTb_ZBHuIOwnd-
> 7JXSVXrJ6VTPc2/view?usp=sharing
New description:
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'
}}}
You can find my file (1G) at the following link:
https://drive.google.com/file/d/1SFmyLTb_ZBHuIOwnd-
7JXSVXrJ6VTPc2/view?usp=sharing
or use a mini version cut with dd in the attachment section
--
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10601#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list