scripts/hugin-gopro-fusion/output_pto/hugin_executor.sh

16 lines
1.4 KiB
Bash
Raw Normal View History

2023-08-29 15:28:27 +02:00
#!/bin/bash
# éxécuter tous les fichiers PTO
2023-09-11 09:07:56 +02:00
cd /home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output
2023-08-29 15:28:27 +02:00
2023-08-29 15:46:52 +02:00
2023-09-11 09:07:56 +02:00
# capture n°012263
hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012263.pto --stitching --prefix=assemblage_012263 -t=6
2023-08-29 15:46:52 +02:00
# complétion des données gps depuis une des photos assemblées
2023-09-11 09:07:56 +02:00
exiftool -TagsFromFile "/home/poule/encrypted/stockage-syncable/photos/gopro/tout_briis/GF012263.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012263.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012263.jpg"
2023-08-29 15:46:52 +02:00
2023-09-11 09:07:56 +02:00
# capture n°012264
hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_012264.pto --stitching --prefix=assemblage_012264 -t=6
2023-08-29 15:46:52 +02:00
# complétion des données gps depuis une des photos assemblées
2023-09-11 09:07:56 +02:00
exiftool -TagsFromFile "/home/poule/encrypted/stockage-syncable/photos/gopro/tout_briis/GF012264.jpg" -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012264.jpg" -overwrite_original "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output/assemblage_012264.jpg"