@ -138,31 +138,31 @@ encoding of the comment if necessary.
.nf
\fB exiv2\fP [ \fI option\fP [\fI arg\fP ] ]+ [ \fI action\fP ] \fI file\fP ...
.sp 1
Where \fI file\fP contains image metadata, optionally using a URL prefix (e.g., https://clanmills.com/Stonehenge.jpg) or wildcard pattern (e.g., *.jpg)
Where \fI file\fP contains image metadata, optionally specified using a URL (http, https, ftp, sftp, data and file supported) or a wildcard pattern (e.g., *.jpg)
.sp 1
\fB option\fP [\fI arg\fP ] \fB long option\fP [\fI arg\fP ] Description
\fB -a\fP \fI time\fP \fB --adjust\fP \fI time\fP Automatically modify metadata time stamps ...
\fB -b\fP \fB --binary\fP Obsolete and should not be used. Reserved for test suite (with \fB -p\fP \fI C\fP )
\fB -a\fP \fI time\fP \fB --adjust\fP \fI time\fP Automatically modify metadata time stamps. For the 'adjust' action ...
\fB -b\fP \fB --binary\fP Obsolete and should not be used. Reserved for use with the test suite
\fB -c\fP \fI txt\fP \fB --comment\fP \fI txt\fP JPEG comment string to set in the image. For the 'modify' action ...
\fB -d\fP \fI tgt1\fP \fB --delete\fP \fI tgt1\fP Delete target(s) for the 'delete' action ...
\fB -D\fP \fI +-n\fP \fB --days\fP \fI +-n\fP Automated adjustment of the days in metadata dates ...
\fB -e\fP \fI tgt3\fP \fB --extract\fP \fI tgt3\fP Extract target(s) for the 'extract' action ...
\fB -f\fP \fB --force\fP Do not prompt before overwriting existing files ...
\fB -F\fP \fB --Force\fP Do not prompt before renaming files ...
\fB -f\fP \fB --force\fP Do not prompt before overwriting existing files. For the 'rename' and 'extract' actions ...
\fB -F\fP \fB --Force\fP Do not prompt before renaming files. For the 'rename' and 'extract' actions ...
\fB -g\fP \fI str\fP \fB --grep\fP \fI str\fP Only output where \fI str\fP matches in output text ...
\fB -h\fP \fB --help\fP Display help and exit
\fB -i\fP \fI tgt2\fP \fB --insert\fP \fI tgt2\fP Insert target(s) for the 'insert' action ...
\fB -k\fP \fB --keep\fP Preserve file timestamps when updating files ...
\fB -K\fP \fI key\fP \fB --key\fP \fI key\fP Report a key. Similar to \fB -g\fP , however \fI key\fP must match exactly ...
\fB -K\fP \fI key\fP \fB --key\fP \fI key\fP Report a key. Similar to \fB -- grep \fP , however \fI key\fP must match exactly ...
\fB -l\fP \fI dir\fP \fB --location\fP \fI dir\fP Location (directory) for files to be inserted or extracted ...
\fB -m\fP \fI cmdfile\fP \fB --modify\fP \fI cmdfile\fP Read commands from a file ...
\fB -m\fP \fI cmdfile\fP \fB --modify\fP \fI cmdfile\fP Read commands from a file. For the 'modify' action ...
\fB -M\fP \fI cmd\fP \fB --Modify\fP \fI cmd\fP Modify the metadata with the command. For the 'modify' action ...
\fB -n\fP \fI enc\fP \fB --encode\fP \fI enc\fP Charset to decode Exif Unicode user comments ...
\fB -O\fP \fI +-n\fP \fB --months\fP \fI +-n\fP Automated adjustment of the months in metadata dates ...
\fB -p\fP \fI mod\fP \fB --print\fP \fI mod\fP Print report (common reports) ...
\fB -P\fP \fI flg\fP \fB --Print\fP \fI flg\fP Print report (fine grained control) ...
\fB -q\fP \fB --quiet\fP Silence warnings and error messages ...
\fB -Q\fP \fI lvl\fP \fB --log\fP \fI lvl\fP Set the log-level to 'd'(ebug), 'i'(nfo), 'w'(arning), 'e'(rror) ...
\fB -Q\fP \fI lvl\fP \fB --log\fP \fI lvl\fP Set the log-level to 'd'(ebug), 'i'(nfo), 'w'(arning), 'e'(rror) or 'm'(ute) ...
\fB -r\fP \fI fmt\fP \fB --rename\fP \fI fmt\fP Filename format for the 'rename' action ...
\fB -S\fP \fI suf\fP \fB --suffix\fP \fI suf\fP Use suffix for source files when using the 'insert' command ...
\fB -t\fP \fB --timestamp\fP Set the file timestamp from Exif metadata. For the 'rename' action ...
@ -175,7 +175,7 @@ Where \fIfile\fP contains image metadata, optionally using a URL prefix (e.g., h
\fI action\fP pr | ex | in | rm | ad | mo | mv | fi | fc
print, extract, insert, delete, adjust, modify, rename, fixiso, fixcom
\fI cmd\fP \fB set | add | del\fP \fI key\fP [[\fI type\fP ] \fI value\fP ]
\fI cmd\fP ( \fB set\fP | \fB add\fP | \fB del\fP ) \fI key\fP [[\fI type\fP ] \fI value\fP ]
(see \fB Command format\fP )
\fI enc\fP Values defined in \fB iconv_open\fP (3) (e.g., UTF-8)
@ -199,13 +199,13 @@ Where \fIfile\fP contains image metadata, optionally using a URL prefix (e.g., h
\fI time\fP [+|-]HH[:MM[:SS[.mmm]]]
(Default is \fB +\fP when \fB +\fP /\fB -\fP are missing)
\fI tgt1\fP a | c | e | i | t | x | C | -
all, comment, Exif, IPTC, thumbnail, XMP, ICC Profile, stdin/out
\fI tgt1\fP a | c | e | i | I | t | x | C | -
all, comment, Exif, IPTC, IPTC all, thumbnail, XMP, ICC Profile, stdin/out
\fI tgt\fP 2 a | c | e | i | t | x | C | X | XX | -
all, comment, Exif, IPTC, thumbnail, XMP, ICC Profile, SideCar, Raw XMP, stdin/out
\fI tgt3\fP a e | i | p | t | x | C | X | XX | -
\fI tgt3\fP a | e | i | p | t | x | C | X | XX | -
all, Exif, IPTC, preview, thumbnail, XMP, ICC Profile, SideCar, Raw XMP, stdin/out
\fI type\fP An Exif, IPTC or XMP tag type (e.g., xmpText). See \fB EXIV2 TAGNAMES AND VALUES\fP