#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            |
-------------------------------------+-------------------------------------
Changes (by Fractale):

 * status:  new => open


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'
> }}}

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

--
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10601#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to