topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 8:42 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: *Batch* JPEG to HEIF converter app  (Read 8935 times)

dcsev

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 182
    • View Profile
    • Donate to Member
*Batch* JPEG to HEIF converter app
« on: January 06, 2020, 04:07 AM »
Here we go!  I predict this will be a very very popular piece of software in the near future.

Goal:
1. Drag as many folders as I have and the program recursively looks for jpg/jpeg files and converts to HEIF.

Requirements:
1. Lightweight
2. Fully 100% Portable (all settings in folder)
3) *MUST* Keep ALL EXIF data of original file
4)  Author Must write "I love donation coder 1000 times on a chalkboard LOL!!)


I could not find a utility that did this IN BULK recursively for Mac or Windows

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,643
    • View Profile
    • Donate to Member
Re: *Batch* JPEG to HEIF converter app
« Reply #1 on: January 06, 2020, 04:42 PM »
If you're not scared of PowerShell:

https://github.com/D...Anson/ConvertTo-Heic

Windows only as it uses the Windows API.

Otherwise, XNViewMP can handle HEIC/HEIF, does batch operations, and is available for Mac, Linux, and Windows.

https://www.xnview.com/en/xnviewmp/

Your main problem is that those two options rely on the HEIF Extensions from the Microsoft Store ... and you'll be lucky if you can get the damn things to install.
Here's instructions on getting the extensions installed, Windows 10: How to Open HEIC, HEIF and HEVC Files on Windows 10 For Free
« Last Edit: January 07, 2020, 04:31 AM by 4wd »

dcsev

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 182
    • View Profile
    • Donate to Member
Re: *Batch* JPEG to HEIF converter app
« Reply #2 on: September 01, 2020, 12:16 AM »
For those of you who have a Mac, Permute is a wonderful application for this.

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: *Batch* JPEG to HEIF converter app
« Reply #3 on: October 09, 2020, 04:50 AM »
Worth mentioning some alternatives to HEIF here too

AVIF https://jakearchibal...020/avif-has-landed/
FLIF https://flif.info/
JPEG XL https://news.ycombin...com/item?id=24075424

It is hard to predict which of these recent image formats will get widespread adoption and work basically everywhere for a very long time - that is become the main replacement for JPEG. For that reason I will wait a year or so before losslessly converting my archives of old JPG photos to one of these formats.

dcsev

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 182
    • View Profile
    • Donate to Member
Re: *Batch* JPEG to HEIF converter app
« Reply #4 on: October 09, 2020, 10:19 PM »
The fact that apple has backed HEIC makes it the standard for me as I take pics exclusively from my phone

Nod5

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,169
    • View Profile
    • Donate to Member
Re: *Batch* JPEG to HEIF converter app
« Reply #5 on: October 10, 2020, 04:35 AM »
Yeah, depends on the use case I suppose. Anyway, as long as we convert losslessly it is always possible to switch format again in the future.  :Thmbsup:
« Last Edit: October 10, 2020, 09:21 AM by Nod5 »