Hello everyone,
I am trying to figure out how to get an ExifTool command to work in opus. I do use other Exiftool commands in Opus that work well, but I'm stuck on this!
I've Created this MS-DOS Batch command based on commands I found online and made some changes based on my other working ExifTool commands:
SRCFILE may be the same as FILE to move information around within a single file.
In this case, @ may be used to represent the source file (ie. -tagsFromFile @),
permitting this feature to be used for batch processing multiple files.
Specified tags are then copied from each file in turn as it is rewritten.
For advanced batch use, the source file name may also be specified using a FMT string
in which %d, %f and %e represent the directory, file name and extension of FILE.
(eg. the current FILE would be represented by %d%f.%e, with the same effect as @).
See the -w option for FMT string examples.