[FFmpeg-user] Preserv the metadata "creation date"
J.C.ALISES
calises at telefonica.net
Wed Mar 6 21:17:41 EET 2024
Hello, good morning everyone.
To change the size of my videos I use this command....
for %%a in ("*.mp4") do ffmpeg -i "%%a" -vf scale=1280:720 -c:v libx264 -crf
18 -preset veryfast -c:a copy "CRF18\%%~na.mp4"
It works, but it changes the "creation date" metadata to the date on which
said command is executed.
Is there a way to preserve the "creation date" metadata of the original
file?
I've been looking on this website but I can't find an answer.
Thank you for your time.
Juan Carlos Alises Del Olmo
More information about the ffmpeg-user
mailing list