And you shall know the truth,
& the truth shall make you free.
John 8:32
Tagging date metadata on a MP4 video

Tagging date metadata on a MP4 video

May 26, 2020

Steps

Link

ffmpeg -i <original.mp4> -c copy -map 0 -metadata creation_time="2015-12-25T12:34:56" <output.mp4>

# To check the tag
ffprobe -show_streams -show_format output.mp4

OS

Required Tools