Before I import the videos in Photo Supreme I cut the videos with the Losslesscut program into a new MP4 file. So I have the interesting scenes and the files are smaller.
Unfortunately, the metadata written by my CANON R5 are not transferred to the new file. Although there is an option in Losslesscut.
I tried to copy the metadata with ExifTool:
Code: Select all
exiftool -tagsFromFile <sourceFile> -All:All <targetFile>
Does somebody has any idea?