Skip to content

Video Metadata Editing

Thibault Deckers edited this page Aug 25, 2021 · 2 revisions

Date

AVI

ffmpeg -i old.avi -metadata ICRD="2013-05-02T22:01+09:00" -c copy new.avi

MKV/MOV/MP4

ffmpeg -i old.mp4 -metadata creation_time="2012-03-31T16:23:00+09:00" -c copy new.mp4

M2TS

The tag is DateTimeOriginal in the H264 MDPM tags of the video stream, cf ExifTool doc. How to set it?