#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
_______________________________________________
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