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

 

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to