Thread

Posted on Fri Jul 18 17:38:27 2008 by justin
RIFF Write Support

Are there any plans to incorporate RIFF write support into Exiftool as I have a number of AVI files from my Canon G9 that I need to shift the metadata time by an hour. How would I go about providing any help in this process?

Direct Responses: 8356 | Write a response
Posted on Fri Jul 18 18:46:48 2008 by exiftool in response to 8354
Re: RIFF Write Support
I'll put this on the request list. In general, I don' t see adding write support for many of the audio/video formats because some of them can be quite complex, but AVI is fairly simple (and also part of the EXIF specification), so this may be do-able.

- Phil
Direct Responses: 8483 | Write a response
Posted on Sun Aug 3 16:07:13 2008 by fjord in response to 8356
Re: RIFF Write Support
For my Canon S3 IS, I would like to set the FileModifyDate on .AVI files from the -DateTimeOriginal tag in the associated sidecar .THM file. Exiftool gives the error that RIFF files can't be written.
My command line that didn't work was:

exiftool -ext AVI -ext THM -TagsFromFile %d%f.THM -DateTimeOriginal>FileModifyDate -r .

I am trying to set the file system dates for both .AVI and .THM files using the .THM date. Can you implement setting the file date on AVI (RIFF) files? This doesn't require modifying the file contents at all. Or is there already a way to do this that works?
Direct Responses: 8484 | Write a response
Posted on Sun Aug 3 19:00:03 2008 by fjord in response to 8483
Re: RIFF Write Support
Never mind, I fixed my own error: forgot the quotes around the tag with "<" character. The correct command line in Windows is

exiftool -ext AVI -ext THM -TagsFromFile %d%f.THM "-DateTimeOriginal<FileModifyDate" -r .

which correctly sets the file dates on both the .AVI and .THM files to DateTimeOriginal in the .THM sidecar file.
Write a response