We’ve updated our Terms of Use to reflect our new entity name and address. You can review the changes here.
We’ve updated our Terms of Use. You can review the changes here.

MANIPULATE IMAGE, AUDIO, AND VIDEO METADATA. installer to 10​.​11​.​4

by cesttodedolra

about

Main category, Utilities
Sub category, File Management
Developer, Phil Harvey
Filesize, 2970
Title, ExifTool


11.41 ExifTool:
cleanuri.com/K1k2dD


If you want to allow this later, you have to go into System Preferences > Security & Privacy and add SetEXIFData where needed.
RENAMING EXAMPLES
ExifTool by Phil Harvey (phil at ) ---------------------------------------------------------------------------- ExifTool is a customizable set of Perl modules plus a full-featured command-line application for reading and writing meta information in a wide variety of files, including the maker note information of many digital cameras by various manufacturers such as Canon, Casio, DJI, FLIR, FujiFilm, GE, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony. Below is a list of file types and meta information formats currently supported by ExifTool (r = read, w = write, c = create): File Types ------------+-------------+-------------+-------------+------------ 3FR r | DSS r | J2C r | ODP r | RAW r/w 3G2 r/w | DV r | JNG r/w | ODS r | RIFF r 3GP r/w | DVB r/w | JP2 r/w | ODT r | RSRC r A r | DVR-MS r | JPEG r/w | OFR r | RTF r AA r | DYLIB r | JSON r | OGG r | RW2 r/w AAE r | EIP r | K25 r | OGV r | RWL r/w AAX r/w | EPS r/w | KDC r | OPUS r | RWZ r ACR r | EPUB r | KEY r | ORF r/w | RM r AFM r | ERF r/w | LA r | OTF r | SEQ r AI r/w | EXE r | LFP r | PAC r | SKETCH r AIFF r | EXIF r/w/c | LNK r | PAGES r | SO r APE r | EXR r | LRV r/w | PBM r/w | SR2 r/w ARQ r/w | EXV r/w/c | M2TS r | PCD r | SRF r ARW r/w | F4A/V r/w | M4A/V r/w | PCX r | SRW r/w ASF r | FFF r/w | MAX r | PDB r | SVG r AVI r | FITS r | MEF r/w | PDF r/w | SWF r AZW r | FLA r | MIE r/w/c | PEF r/w | THM r/w BMP r | FLAC r | MIFF r | PFA r | TIFF r/w BPG r | FLIF r/w | MKA r | PFB r | TORRENT r BTF r | FLV r | MKS r | PFM r | TTC r CHM r | FPF r | MKV r | PGF r | TTF r COS r | FPX r | MNG r/w | PGM r/w | VCF r CR2 r/w | GIF r/w | MOBI r | PLIST r | VRD r/w/c CR3 r/w | GPR r/w | MODD r | PICT r | VSD r CRM r/w | GZ r | MOI r | PMP r | WAV r CRW r/w | HDP r/w | MOS r/w | PNG r/w | WDP r/w CS1 r/w | HDR r | MOV r/w | PPM r/w | WEBP r DCM r | HEIC r | MP3 r | PPT r | WEBM r DCP r/w | HEIF r | MP4 r/w | PPTX r | WMA r DCR r | HTML r | MPC r | PS r/w | WMV r DFONT r | ICC r/w/c | MPG r | PSB r/w | WTV r DIVX r | ICS r | MPO r/w | PSD r/w | WV r DJVU r | IDML r | MQV r/w | PSP r | X3F r/w DLL r | IIQ r/w | MRW r/w | QTIF r/w | XCF r DNG r/w | IND r/w | MXF r | R3D r | XLS r DOC r | INSV r | NEF r/w | RA r | XLSX r DOCX r | INX r | NRW r/w | RAF r/w | XMP r/w/c DPX r | ISO r | NUMBERS r | RAM r | ZIP r DR4 r/w/c | ITC r | O r | RAR r | Meta Information ----------------------+----------------------+--------------------- EXIF r/w/c | CIFF r/w | Ricoh RMETA r GPS r/w/c | AFCP r/w | Picture Info r IPTC r/w/c | Kodak Meta r/w | Adobe APP14 r XMP r/w/c | FotoStation r/w | MPF r MakerNotes r/w/c | PhotoMechanic r/w | Stim r Photoshop IRB r/w/c | JPEG 2000 r | DPX r ICC Profile r/w/c | DICOM r | APE r MIE r/w/c | Flash r | Vorbis r JFIF r/w/c | FlashPix r | SPIFF r Ducky APP12 r/w/c | QuickTime r | DjVu r PDF r/w/c | Matroska r | M2TS r PNG r/w/c | MXF r | PE/COFF r Canon VRD r/w/c | PrintIM r | AVCHD r Nikon Capture r/w/c | FLAC r | ZIP r GeoTIFF r/w/c | ID3 r | (and more) See html/ for more details about ExifTool features. ExifTool can be downloaded from RUNNING The exiftool script can be run right away without the need to install Image::ExifTool. For example, from within the exiftool directory you can extract the information from one of the included test files by typing: ./exiftool t/images/ If you move the exiftool script to a different directory, you must also either move the contents of the lib directory or install the Image::ExifTool package so the script can find the necessary libraries. Note: If you are using the Windows cmd shell, you may need to rename 'exiftool' to '' to run it directly from the command line. Alternatively, you can run exiftool with the command 'perl exiftool'. IF YOU ARE STILL CONFUSED The exiftool script is a command line application. You run it by typing commands in a terminal window. The first step is to determine the name of the directory where you downloaded the ExifTool distribution package. Assuming, for example, you downloaded it to a folder called "Desktop" in your home directory, then you would type the following commands in a terminal window to extract and run ExifTool: cd ~/Desktop gzip -dc | tar -xf - cd Image-ExifTool-11.39 ./exiftool t/images/ Note: These commands extract meta information from one of the test images. To use one of your images instead, enter the full path name of your file in place of "t/images/". INSTALLATION You can install the Image::ExifTool package to make it available for use by other Perl scripts by typing the following: perl make make test make install Notes: i) You need root access for the last step above. ii) Some Perl installations (like the standard OSX installation) may not contain the necessary files to complete the first step above. But no worries: You can install ExifTool manually by moving 'exiftool' and the 'lib' directory to any directory in your current PATH (ie. /usr/bin). iii) In Windows, "dmake" or "nmake" may be used if "make" is not available. (Also see html/ for more help with installation.) DEPENDENCIES Requires Perl version 5.004 or later. No other special libraries are required, however the following modules are recommended for decoding compressed and/or encrypted information from the indicated file types, and for calculating digest values and providing other features listed below: Archive::Zip (ZIP, DOCX, PPTX, XLSX, ODP, ODS, ODT, EIP, iWork) Compress::Zlib (DNG, PNG, PDF, DCM, MIE and SWF files) Digest::MD5 (PDF files, IPTC information, and JPG Extended XMP) Digest::SHA (PDF with AES-256 encryption) IO::Compress::Bzip2 (RWZ files) Time::HiRes (for generating ProcessingTime tag) POSIX::strptime (for inverse date/time conversion) Time::Piece (alternative to POSIX::strptime) Unicode::LineBreak (for column alignment of alternate-language output) Win32::API (for proper handling of Windows file times) Win32::FindFile (for Windows Unicode directory support, app only) Win32API::File (for Windows Unicode file names and file times) IO::Compress::RawDeflate (for writing FLIF images) IO::Uncompress::RawInflate (for reading FLIF images) COPYRIGHT AND LICENSE Copyright 2003-2018, Phil Harvey This is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISTRIBUTION FILES Below is a list of the files/directories included in the full ExifTool distribution package: Changes - Revision history MANIFEST - Full list of distribution files - Standard CPAN dependency file (JSON format) - Standard CPAN dependency file (YAML format) - Makefile for installation README - This file arg_files/ - Argument files to convert metadata formats: - Arguments for converting EXIF to IPTC - Arguments for converting EXIF to XMP - Arguments for converting GPS to XMP - Arguments for converting IPTC to EXIF - Arguments for converting IPTC to XMP - Complete list of IPTC Core XMP tags - Arguments for converting PDF to XMP - Arguments for converting XMP to EXIF - Arguments for converting XMP to GPS - Arguments for converting XMP to IPTC - Arguments for converting XMP to PDF config_files/ - Sample ExifTool configuration files: - Calculate Age of person in photo - Definitions for writing Bibble XMP tags - Convert between MWG and MP face regions - Composite tags for metadata in DJI videos - General example showing config features - Definitions for writing Fotoware XMP tags - Generate UTM coordinate tags from GPS info - Decode tags in Nikon ViewNX NKSC files - For extracting or copying Photoshop paths - Convert from Picasa to MWG/MP face regions - Calcuate time zone from EXIF tags exiftool - The exiftool application (Perl script) fmt_files/ - Output formatting example files: - Format file for creating GPX track - Format file for creating GPX waypoints - Format file for creating KML output files html/ - HTML documentation html/TagNames/ - HTML tag name documentation lib/ - ExifTool Perl library modules - Red Hat Packaging Manager specification file t/ - Verification test code t/images/ - Verification test images ADDITIONAL INFORMATION Read the following files included in the full distribution for more information: html/ - Main ExifTool documentation html/ - Installation instructions html/ - Revision history html/ - API documentation html/TagNames/ - Tag name documentation html/ - Geotag feature html/ - Frequently asked questions html/ - Renaming/moving files html/ - Working with metadata sidecar files html/ - Working with structured XMP information lib/Image/ExifTool/README - ExifTool library modules documentation and if you have installed Image::ExifTool, you can also consult perldoc or the man pages: perldoc exiftool perldoc Image::ExifTool perldoc Image::ExifTool::TagNames man exiftool man Image::ExifTool man Image::ExifTool::TagNames Note: If the man pages don't work, it is probably because your man path is not set to include the installed documentation. See "man man" for information about how to set the man path. ----------------------------------------------------------------------------
Extract "exiftool(-k)" from the "" file, and place it on your Desktop.
COPYING EXAMPLES
iTunes Cover Flow artwork

Official site:


Recomended MacBook EXIFTOOL.V.11.36.0WOT5V.PKG
macpkg.icu?id=52791&kw=EXIFTOOL.V.11.36.0WOT5V.PKG | 3474 KB |

Best to El Captan vers.10.99_ExifTool_NV0sHf.tar.gz
macpkg.icu?id=52791&kw=vers.10.99_ExifTool_NV0sHf.tar.gz | 3207 KB |

Key for repack ExifTool
VUN-0R3-SGE-9EM
LUF-13F-I71-N2M
AB1-9M0-DXY-7YX
6ES-L9S-8WS-MMD
IMS-1KW-5SH-LTU
YC1-JTA-SPQ-7GM



Adjust original date/time of all images in directory dir by subtracting one hour and 30 minutes. (This is equivalent to -DateTimeOriginal-=1.5. See for details.)
exiftool -tagsfromfile @ -iptc:all -codedcharacterset=
perldoc exiftool perldoc Image::ExifTool perldoc Image::ExifTool::TagNames
Aperture
Process selected images or batch process entire folders of images – Quickly and easily select the required images by either selecting a folder or individual images.
Note: When writing arguments to a disk file there is a delay of up to 0.01 seconds after writing -execute\n before exiftool starts processing the command. This delay may be avoided by sending a CONT signal to the exiftool process immediately after writing -execute\n. (There is no associated delay when writing arguments via a pipe with -@ -, so the signal is not necessary when using this technique.)
Mittenbetont
Next, enter a number to add, usually 1.




| 3029 KB | App ver. 10.70 ExifTool l7N9 11.26 Updated! version
public.tableau.com/profile/svilinatines#!/


| 3504 KB | Update oBqS 10.97 ExifTool 11.09 Spanish version
schatvesdeza.wifeo.com/861153.php


| 3385 KB | Update ExifTool ver. 12.41 N2pp 11.24 Language Spanish
ameblo.jp/otegingenso/entry-12462732347.html


| 2673 KB | Download yGABEx ver. 10.71 ExifTool 10.70 New iMac
theodeepsdetomo.bandcamp.com/album/exiftool-install-to-10126


| 2554 KB | Update ExifTool 11.36 4jy 11.31 Hindi version
forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAN__iE3h41UN0xSSjNQREVWQUxOWkIySUZGVTRMQ1AxUS4u


| 3029 KB | Software ExifTool version 10.78 IaUO 11.08 Featured! version
medium.com/@tingrechuppostro



New to 10.14.3 NCJ_COCKTAIL_V_11.6.4.PKG
peatix.com/event/684373/view?k=374812b85d79b9addbaa4128ed5e76a2c617361f {2918 kb} 11.3.1

Best on MacBook V.2.4.1.SMARTMEMORYCLEANER.2WJT.PKG
tionsecsovas.wifeo.com/275627.php {10215 kb} 2.1.0

credits

released May 20, 2019

tags

If you like cesttodedolra, you may also like: