Copy MP4 attributes from file to another MP4
-
hiker456
- Posts: 3
- Joined: 10 Apr 2017 17:07
Copy MP4 attributes from file to another MP4
Greetings, I've searched through the forums and struggling to find a solution for this. I am a newbie to XYplorer. I need to copy all the created, modified, accessed properties of one MP4 to another MP4 file. It needs to be accurate down to the milliseconds. Is this possible?
-
hiker456
- Posts: 3
- Joined: 10 Apr 2017 17:07
Re: Copy MP4 attributes from file to another MP4
Any help would be appreciated. User "highend" may have answer. I've searched a few of their responses as possible solutions. Thanks in advance for the help!
-
highend
- Posts: 15000
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Copy MP4 attributes from file to another MP4
That can be done easily (timestamp script command). The question is how do you want it to work?
Source file (the first .mp4 from which the date properties should be copied) = current file
And then a file dialog pops up that let's you select the destination file (the one that will get all the same dates)?
E.g.:
Source file (the first .mp4 from which the date properties should be copied) = current file
And then a file dialog pops up that let's you select the destination file (the one that will get all the same dates)?
E.g.:
Code: Select all
$dest = inputfile(, gpc(<curitem>, "ext"), "Select the destination file that receives all date values...");
timestamp "cma", <curitem>, $dest;
One of my scripts helped you out? Please donate via Paypal
-
hiker456
- Posts: 3
- Joined: 10 Apr 2017 17:07
Re: Copy MP4 attributes from file to another MP4
I think that answers my question. Thank you!! Than you!!
XYplorer Beta Club