Cannot rotate HEIC images using Convert -> Rotate

Yes, easily:

exiftool.exe -verbose -progress:"Setting flag..." -overwrite_original -Quicktime:Rotation={dlgchoose|Select Quicktime Rotation:|0+90+180+270} -ext heic -@ {allfilepath|filem} > "Exif Rotation {date|yyyyMMdd}-{time|HHmmss}.log"

Here's the button I use:

<?xml version="1.0"?>
<button backcol="none" display="both" textcol="none">
	<label>Set: Quicktime-Rotation to choice</label>
	<tip>Change Tag &apos;Rotation&apos; in .heic files </tip>
	<function type="batch">
		<instruction>@nodeselect</instruction>
		<instruction>exiftool.exe -verbose -progress:&quot;Setting flag...&quot; -overwrite_original -Quicktime:Rotation={dlgchoose|Select Quicktime Rotation:|0+90+180+270} -ext heic -@ {allfilepath|filem} &gt; &quot;Exif Rotation {date|yyyyMMdd}-{time|HHmmss}.log&quot;</instruction>
		<instruction />
		<instruction>pause</instruction>
	</function>
</button>

How to use buttons and scripts from this forum

1 Like