readmme command exiftool for go pro movies with correct time
This commit is contained in:
parent
72694c7485
commit
7d5b2a1cde
|
|
@ -28,6 +28,8 @@ exiftool -overwrite_original -api GeoMaxIntSecs=43200 -api GeoMaxExtSecs=43200 -
|
|||
|
||||
exiftool -overwrite_original -api GeoMaxIntSecs=43200 -api GeoMaxExtSecs=43200 -geotag /home/pi/immich_owntracks/test/gpx/full_owntracks20250901.gpx '-geotime<${CreateDate}' -if 'not $GPSLatitude and not $Keys:GPSCoordinates' ./
|
||||
|
||||
exiftool -n -r -api QuickTimeUTC=1 -api GeoMaxIntSecs=43200 -api GeoMaxExtSecs=43200 -geotag /home/pi/immich_owntracks/test/gpx/full_owntracks20250902.gpx '-geotime<${CreateDate}' /media/pimain/media/kamera/100GOPRO/to_update_exif/test/ -S -v2
|
||||
|
||||
cp -rp $(find /home/pi/immich/library/upload -type f \( -iname "*.mp4" \) -mtime -21) ./
|
||||
|
||||
find /home/pi/immich/library/upload -type f \( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" -o -iname "*.gif" -o -iname "*.bmp" -o -iname "*.tiff" \) -mtime -21
|
||||
|
|
|
|||
Loading…
Reference in a new issue