Trouble with metadata editing of mp4 video

Started by defend, July 10, 2015, 02:40:11 PM

Previous topic - Next topic

defend

Hello!
Sorry for disturb and sorry if my question already discussed here. I'am novice in exiftool
I need to change metadata which I highlite in attach files.
In manual I read what I can change metadata in mp4 files.
Please, how can I do that? Which commands I must use in console?

Thank to all!
Best Regards

Phil Harvey

ExifTool should be able to change some of these tags (like the ones in the Track section), but probably not all (maybe not the QuickTime ones).

The command will look something like this:

exiftool -trackcreatedate="2015:01:02 03:04:05" -trackmodifydate="2015"01"02 03:04:05" FILE

See the QuickTime tags documentation for a list of which tags are writable.
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).