[FFmpeg-user] Use of the timestamp command!

John Saturday stozher at gmail.com
Mon Feb 27 02:05:04 CET 2012


Hi maujhsn,

Date and time of creations is included in output file metadata:

ffmpeg -i input.mpeg ... -metadata creation_time="2012-02-27 01:05:23"
output.mp4

Current date&time UTC (Linux example):

ffmpeg -i input.mpeg ... -metadata creation_time="$(date --utc +'%F
%T')" output.mp4


More information about the ffmpeg-user mailing list