ExifTool Forum

ExifTool => Newbies => Topic started by: cherry on April 28, 2022, 06:15:12 AM

Title: files cannot be read
Post by: cherry on April 28, 2022, 06:15:12 AM
I am a novice at terminal and also new to exiftool
im getting this error when using exiftool

Error: File not found - /Users/***********/Desktop/***/usa
Error: File not found - video.mp4
    0 image files read
    2 files could not be read

If anyone could point me in the right direction id appreciate it.
Title: Re: files cannot be read
Post by: Phil Harvey on April 28, 2022, 06:23:28 AM
You must put the file name in quotes if it contains spaces.

eg:  exiftool "/Users/***********/Desktop/***/usa video.mp4"

- Phil