Not able to convert HEIC files #1831
Replies: 2 comments 9 replies
-
Quick questions to see if we can help out:
Although some files may have HEIC extension they may actually be a JPG. Run
|
Beta Was this translation helpful? Give feedback.
-
I will do some testing when I get a chance but this seems to me like the photo is already a JPEG and so was not converted. Why it has a .heic extension is a mystery. Try the following: Select one of the affected photos in Photos library view then run this command and post the output here:
|
Beta Was this translation helpful? Give feedback.
-
Hello.
I tried executing the following commands:
osxphotos export /Users/marek/Downloads/Export --directory "{created.year}/{created.month}" --download-missing --album "Risko a Lejko"
osxphotos export /Users/marek/Downloads/Export --directory "{created.year}/{created.month}" --download-missing --convert-to-jpeg --album "Risko a Lejko"
With the expectation that the second will either keep both HEIC files and their conversions, or just their conversions, but I'm getting exactly the same outputs for both commands - HEIC files for photos taken with the rear/main camera, JPG files for photos taken with the front camera and MOV files for videos.
Any ideas on what I'm missing? Is there a way to convert HEIC files to JPG files similar to what the Photos does when NOT exporting unmodified originals? Thanks in advance!
P.S.: I tried adding the
--jpeg-quality 1.0
command, getting the same results, but as far as I understand it's optional if I want full quality. Also--has-raw
is returning No photos.Beta Was this translation helpful? Give feedback.
All reactions