Command line utility (wrapper) to write WebP metadata with ExifTool and WebPMux.
ExifTool V 12.46: Added WEBP write support
In the same path or directory like ExifTool.exe and WebPMux.exe
The specified meta data is written to a sidecar file by the ExifTool. This is the input for WebPMux.
1: WebP-file
2: Parameters for ExifTool
-result: shows all metadata of the output-file (same like "exiftool.exe -g image.webp")
-silent: no messages are shown
Writing metadata - same parameters like the ExifTool and shows all metadata of the picture.
ExifTool2Webpmux.exe "R:\test.webp" -owner="Thorsten Willert" -title="Test Datei" -result
Delete EXIF, XMP or ICC
ExifTool2Webpmux.exe "R:\test.webp" -xmp:all=
ExifTool2Webpmux.exe "R:\test.webp" -exif:all=
ExifTool2Webpmux.exe "R:\test.webp" -icc:all=