Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
543 stars 95 forks source link

[Feature Request] Extended "Creation/taken Date" Exif Metadata into saved Images and Videos #155

Closed xSemi closed 7 months ago

xSemi commented 7 months ago

Most cloud image/video services, including Amazon Photos and Google Photos, do not rely on the file's creation date or filename to organize images in their libraries. Instead, they use Exif metadata, such as Date Taken for JPG files or CreationTime for PNG files, to sort the content.

I was wondering if it would be possible to add the additional creation/taken Exif Metadata Information for all the different filetypes that supported by VHS.

AustinMroz commented 7 months ago

After a good bit of digging:

Would this be sufficient?

xSemi commented 7 months ago

mp4 should be fine if the timestamp add everything. If those changes include the meta for JPG and PNG workflow image too its fine for me, those are the formats that i atleast mostly use. That what i figured out is the Tag DateTaken and DateTimeOriginal is for most Supported images, as far DateTimeOriginal is mostly commend used including webp and PNG has "CreationDate".