Want to convert a bunch of videos taken on a trip but want the converted files to keep the original metadata, in particular the original "date modified" since that's how I sort my files when viewing them.
Handbrake does a great job converting videos in bulk, but unfortunately no option to keep original date. I have software that manually changes dates on files, but would take me a very long time to do that to a hundred converted videos down to the hour and minute.
If you can suggest something similar to handbrake that does the trick I'd be thankful
+ Reply to Thread
Results 1 to 3 of 3
-
-
Here's the issue with that: You are creating a NEW file when you convert, so you would expect it to have different time/date stamps, regardless of the similarity of the contents.
What I suggest is that you incorporate into a batch script, along with the conversion task, something like this...
Code:for %% files in input folder... read create-timestamp to CT variable read modify-timestamp to MT variable read access-timestamp to AT variable convert file switch folder to output read CT variable and change create-timestamp read MT variable and change modify-timestamp read AT variable and change access-timestamp switch back to input folder next file...
I'll leave it to you to tinker and fill in the details.
Scott
Similar Threads
-
Still frames to video : What happens to metadata?
By gmontag451 in forum Video ConversionReplies: 0Last Post: 10th Jan 2022, 16:35 -
Doles adding Metadata Re-encode video?
By Budman1 in forum Video ConversionReplies: 1Last Post: 3rd Jun 2021, 01:12 -
Batch removal of video Metadata with Adobe Bridge
By magnu in forum Newbie / General discussionsReplies: 1Last Post: 6th Sep 2020, 23:51 -
video converter any video converter has basic settings video bit rate as -1
By jraju in forum Newbie / General discussionsReplies: 2Last Post: 26th Jul 2020, 11:15 -
How to remove Complete Metadata from video file
By deepfrayder in forum Newbie / General discussionsReplies: 9Last Post: 19th Aug 2019, 06:58