Fix timezone date

This commit is contained in:
Jeena 2022-09-03 13:55:06 +09:00
parent dfb37d1db4
commit a4096b4649
3 changed files with 13 additions and 54 deletions

View file

@ -11,6 +11,7 @@ Installation
------------
git clone https://github.com/jeena/heic2jpeg.git
sudo pacman -S perl-image-exiftool
pipenv install
pipenv shell
@ -31,8 +32,7 @@ This will get the date out of your .mov file and rename the file into IMG_YYYYMM
You can automate it to do it for every specific file in a directory like this:
for i in `ls *.HEIC -1 | grep -v 2022`; do ~/Projects/heic2jpeg/heic2date.py $i; done
find . -iname "*.HEIC" -exec ~/Projects/heic2jpeg/heic2date.py {} \;
License
-------