scripts/hugin-gopro-fusion/output_pto/hugin_executor.sh
2023-09-11 09:07:56 +02:00

16 lines
1.4 KiB
Bash

#!/bin/bash
# éxécuter tous les fichiers PTO
cd /home/poule/encrypted/stockage-syncable/photos/gopro/hugin_assemblages_script_output
# 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
# complétion des données gps depuis une des photos assemblées
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"
# 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
# complétion des données gps depuis une des photos assemblées
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"