Skip to main content

Questions tagged [exiftool]

ExifTool is a platform-independent library & CLI application for reading/writing metadata in a wide variety of file types. Most notably, ExifTool can modify EXIF tags in digital images, and ID3 tags in songs.

1 vote
1 answer
146 views

I have the following folder tree (for example) C:\test\subfolder1\maybeSubsubfolder1\maybeMoreSubfolders \maybeSubsubfolder2\maybeMoreSubfolders \... \...
Su-47's user avatar
  • 169
7 votes
2 answers
511 views

I have 10s of thousands of JPG photos in multiple sub-folders under a single folder and quite a few of these picture files have no keywords in their metadata. I want to find a way to scan through all ...
H L M's user avatar
  • 73
1 vote
1 answer
121 views

I'm trying to calculate the total duration of multiple .mp4 files using exiftool. The command I’m using successfully outputs the total duration, but I receive the following warning for one of the ...
Ebraheem Al-hetari's user avatar
0 votes
1 answer
221 views

I am generating jpgs which default to 72dpi when born. I want to change the dpi from the command line. I can use exiftool to change dpi metadata like this: exiftool -a -XResolution=300 -YResolution=...
justlikeUNIBLAB's user avatar
1 vote
1 answer
307 views

This script is supposed to copy the file name and set it as the title (EXIF metadata) of the video, I got the ExifTool command to from the Video Stack Exchange, and it worked as expected, but I now ...
ThunderE75's user avatar
1 vote
1 answer
2k views

I have the following command executed under Ubuntu App on Windows 11: ffmpeg -i "$mp4_file" \ -metadata:s:s:0 language=eng \ -metadata title="My Title Is Here Guys!" \ -...
Harry McKenzie's user avatar
2 votes
2 answers
3k views

I am trying to make sense of the QuickTime/TrackCreateDate value obtained for a file created by camera recording on an iPhone 15, latest OS. In this case, I was in Japan at the time. According to ...
Dennis 's user avatar
  • 255
4 votes
1 answer
4k views

I received some photos from a photographer. When I use exiftool I discover that the timezone of the photographer's camera was incorrect. Create Date : 2024:04:21 05:40:41-05:00 ...
mark's user avatar
  • 831
-1 votes
1 answer
269 views

I have an MP4 from a GoPro with a gpstrack included. Now I am trying to extract a geotagged image sequence from that video. For that I am currently using FFmpeg and exiftool; I'm open to better ...
e-shirt's user avatar
  • 103
4 votes
3 answers
2k views

I have a (Dolby Vision) video file test.mp4 but has hev1 in video track Codec ID (ffmpeg) or Compressor ID (exiftool) exiftool -CompatibleBrands -CompressorID test.mp4 Compatible Brands :...
Steven Yang's user avatar
1 vote
1 answer
816 views

I have a directory structure that contains a lot of JPEG/JPG, PNG, SVG, and WEBP images in several subdirectories. I want to strip all metadata from these images except anything that would be ...
Hashim Aziz's user avatar
  • 14.2k
0 votes
0 answers
278 views

After looking at examples in man exiftool, it seemed the right command would be exiftool -geotag dir-1/…175814.gpx -geosync=-3600 dir-2 All 36 photos (.jpg) and videos (.mp4) were taken with the ...
WGroleau's user avatar
  • 864
1 vote
1 answer
675 views

I have a series of lines with arbitrary number of comma separated values, and then a hash marked comment. The challenge is, using only PCRE2 regex for use in PERL, to do the following: Store the ...
Tushar Bhutt's user avatar
0 votes
1 answer
555 views

ExifTool is a powerful tool for modifying meta data on images. What is the simple command line to specify the location for an image?
Vincent Scheib's user avatar
7 votes
3 answers
13k views

ExifTool is a powerful tool for modifying meta data on images. What is the simple command line to specify the date and time for an image?
Vincent Scheib's user avatar

15 30 50 per page
1
2 3 4 5 6