Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
/ ExifTool2WebPMux Public archive

Command line utility to write WebP metadata with ExifTool and WebPMux.

License

Notifications You must be signed in to change notification settings

THWillert/ExifTool2WebPMux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExifTool2WebPMux

Command line utility (wrapper) to write WebP metadata with ExifTool and WebPMux.

This tool is deprecated

ExifTool V 12.46: Added WEBP write support

Installation

In the same path or directory like ExifTool.exe and WebPMux.exe

How it works

The specified meta data is written to a sidecar file by the ExifTool. This is the input for WebPMux.

Parameters

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

Required files

ExifTool

WebPMux


Examples:

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=