8 lines
761 B
Bash
8 lines
761 B
Bash
#!/bin/bash
|
|
# éxécuter tous les fichiers PTO
|
|
|
|
|
|
# capture n°080096
|
|
hugin_executor /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/merging_080096.pto --stitching --prefix=assemblage_080096 -t=6
|
|
# complétion des données gps depuis une des photos assemblées
|
|
exiftool -TagsFromFile /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/img/essai/GF080096.JPG -DateTimeOriginal -SubSecTimeOriginal -Make="Tykayn" /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/assemblage_080096.jpg -overwrite_original /home/poule/encrypted/stockage-syncable/www/development/html/scripts/hugin-gopro-fusion/output_pto/assemblage_080096.jpg |