Opened 7 months ago

Last modified 7 months ago

#10601 open defect

ffmpeg don't copy the metadata of my file

Reported by: Fractale Owned by:
Priority: normal Component: ffmpeg
Version: 6.0 Keywords: Metadata, metadata, METADATA
Cc: Fractale Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by Fractale)

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

Attachments (1)

miniP2500229.MP4 (2.0 MB ) - added by Fractale 7 months ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Fractale, 7 months ago

Description: modified (diff)
Status: newopen

by Fractale, 7 months ago

Attachment: miniP2500229.MP4 added

comment:2 by Fractale, 7 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.