Skip to content

Commit

Permalink
Switch back to MacOS HEIC encoding
Browse files Browse the repository at this point in the history
sn0wyfall did an experiment and found that the native MacOS encoder
seems better then x265 for now. biodranik/HEIF#5 (comment)
  • Loading branch information
aikinai committed May 20, 2021
1 parent 5c09001 commit 27ddc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Photos/finalize-photos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"

"${SCRIPT_DIR}"/encode-heic.sh "${DIR}"/*.tif
"${SCRIPT_DIR}"/encode-heic.swift "${DIR}"/*.tif
if [ $? -ne 0 ]; then
exit 1
fi
Expand Down

0 comments on commit 27ddc9a

Please sign in to comment.