I have identical .mp4 files on two different hard drives, but source.mp4 has XMP metadata that I need on target.mp4. The XMP metadata was written by Adobe Premiere Pro. So far, I've been able to use Exiftool to do this using this command:
This will work, however, Exiftool is designed in such a way that it does not edit metadata in place. It must rebuild the file, which takes about as much time as copying the file from my source to my target hard drive, defeating the purpose. For my larger mp4 files, some of which are 50+ GB in size, this is inefficient.Code:exiftool -overwrite_original -api largefilesupport=1 -tagsFromFile source.mp4 -xmp:all target.mp4
Are there any metadata editing tools that can edit a file in place, without needing to rebuild from scratch? Thanks so much.
+ Reply to Thread
Results 1 to 4 of 4
-
-
In theory, maybe HxD could work, but I couldn’t get it to. I tried just copy/pasting the metadata part, and premiere didn’t recognize the target file’s metadata on import. I also need some way of doing this en masse, so a commandline tool would be ideal.
-
Then, I don't think it is what you can 'see' that you need to worry about.
https://forum.videohelp.com/threads/401046-mp4-copy-headers-from-one-file-to-another
Point being, whatever you use you are likely going to have to rebuild the entire file.
In that case, Exiftool is as good as any.Last edited by Dooby; 19th Feb 2025 at 18:25.
Similar Threads
-
UHD BD on Adobe AE / PP, can I keep metadata HDR ?
By Atillart in forum Video ConversionReplies: 0Last Post: 3rd May 2023, 07:36 -
Is there a Adobe Premiere 6.0 MP4 Plug In ?
By TheRandomOne in forum EditingReplies: 3Last Post: 13th Sep 2022, 10:21 -
Adobe Premiere CC 2021 - Editing MP4 Fragmented
By iandrewc in forum Video Streaming DownloadingReplies: 3Last Post: 27th Jun 2021, 17:14 -
No Metadata in MP4?
By mlitty in forum Video ConversionReplies: 7Last Post: 28th Mar 2021, 04:46 -
Batch removal of video Metadata with Adobe Bridge
By magnu in forum Newbie / General discussionsReplies: 1Last Post: 6th Sep 2020, 23:51